Searched refs:hookcount (Results 1 – 3 of 3) sorted by relevance
21 #define resethookcount(L) (L->hookcount = L->basehookcount)
325 int hookcount; member
844 counthook = (--L->hookcount == 0 && (mask & LUA_MASKCOUNT)); in luaG_traceexec()870 L->hookcount = 1; /* undo decrement to zero */ in luaG_traceexec()
Completed in 6 milliseconds