Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dldebug.h60 LUAI_FUNC int luaG_traceexec (lua_State *L, const Instruction *pc);
H A Dldebug.c880 int luaG_traceexec (lua_State *L, const Instruction *pc) { in luaG_traceexec() function
H A Dlvm.c1139 trap = luaG_traceexec(L, pc); /* handle hooks */ \