Searched refs:hookmask (Results 1 – 5 of 5) sorted by relevance
258 L->hookmask = 0; in preinit_thread()302 L1->hookmask = L->hookmask; in lua_newthread()
349 if (L->hookmask & LUA_MASKCALL) { /* is call hook on? */ in luaD_hookcall()366 if (L->hookmask & LUA_MASKRET) { /* is return hook on? */ in rethook()432 if (L->hookmask) /* if needed, call hook after '__close's */ in moveresults()461 if (l_unlikely(L->hookmask && !hastocloseCfunc(wanted))) in luaD_poscall()527 if (l_unlikely(L->hookmask & LUA_MASKCALL)) { in luaD_precall()
139 L->hookmask = cast_byte(mask); in lua_sethook()151 return L->hookmask; in lua_gethookmask()835 lu_byte mask = L->hookmask; in luaG_traceexec()
326 volatile l_signalT hookmask; member
1139 trap = L->hookmask; in luaV_execute()1687 if (l_unlikely(L->hookmask)) { in luaV_execute()1703 if (l_unlikely(L->hookmask)) { in luaV_execute()
Completed in 13 milliseconds