Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dldebug.h62 LUAI_FUNC int luaG_traceexec (lua_State *L, const Instruction *pc);
H A Dldebug.c884 int luaG_traceexec (lua_State *L, const Instruction *pc) { in luaG_traceexec() function
H A Dlvm.c1219 trap = luaG_traceexec(L, pc); /* handle hooks */ \