Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldo.h58 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line,
A Dldo.c306 void luaD_hook (lua_State *L, int event, int line, in luaD_hook() function
354 luaD_hook(L, event, -1, 1, p->numparams); in luaD_hookcall()
377 luaD_hook(L, LUA_HOOKRET, -1, ftransfer, nres); /* call it */ in rethook()
529 luaD_hook(L, LUA_HOOKCALL, -1, 1, narg); in luaD_precall()
A Dldebug.c856 luaD_hook(L, LUA_HOOKCOUNT, -1, 0, 0); /* call count hook */ in luaG_traceexec()
864 luaD_hook(L, LUA_HOOKLINE, newline, 0, 0); /* call line hook */ in luaG_traceexec()

Completed in 6 milliseconds