Home
last modified time | relevance | path

Searched refs:LUA_HOOKCOUNT (Results 1 – 2 of 2) sorted by relevance

/external/lua/src/
Dlua.h432 #define LUA_HOOKCOUNT 3 macro
442 #define LUA_MASKCOUNT (1 << LUA_HOOKCOUNT)
Dldebug.c832 luaD_hook(L, LUA_HOOKCOUNT, -1, 0, 0); /* call count hook */ in luaG_traceexec()