Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dldo.h31 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
H A Dldo.c221 void luaD_hook (lua_State *L, int event, int line) { in luaD_hook() function
256 luaD_hook(L, hook, -1); in callhook()
321 luaD_hook(L, LUA_HOOKCALL, -1); in luaD_precall()
373 luaD_hook(L, LUA_HOOKRET, -1); in luaD_poscall()
H A Dlvm.c71 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */ in traceexec()
79 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()