Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.h32 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
H A Dldo.c287 void luaD_hook (lua_State *L, int event, int line) { in luaD_hook() function
322 luaD_hook(L, hook, -1); in callhook()
387 luaD_hook(L, LUA_HOOKCALL, -1); in luaD_precall()
439 luaD_hook(L, LUA_HOOKRET, -1); in luaD_poscall()
H A Dlvm.c70 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */ in traceexec()
78 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()