Home
last modified time | relevance | path

Searched refs:luaG_traceexec (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dldebug.h49 LUAI_FUNC int luaG_traceexec (lua_State *L, const Instruction *pc);
Dldebug.c807 int luaG_traceexec (lua_State *L, const Instruction *pc) { in luaG_traceexec() function
Dlvm.c1114 trap = luaG_traceexec(L, pc); /* handle hooks */ \