Searched refs:LUA_HOOKCOUNT (Results 1 – 5 of 5) sorted by relevance
314 #define LUA_HOOKCOUNT 3 macro324 #define LUA_MASKCOUNT (1 << LUA_HOOKCOUNT)
66 luaD_callhook(L, LUA_HOOKCOUNT, -1); in traceexec()
363 #define LUA_HOOKCOUNT 3 macro373 #define LUA_MASKCOUNT (1 << LUA_HOOKCOUNT)
70 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */ in traceexec()
2422 if (ar->event == LUA_HOOKCOUNT && ldb.step == 0 && bp == 0) { in luaLdbLineHook()