Searched refs:luaD_hook (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 32 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line);
|
| H A D | ldo.c | 287 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 D | lvm.c | 70 luaD_hook(L, LUA_HOOKCOUNT, -1); /* call count hook */ in traceexec() 78 luaD_hook(L, LUA_HOOKLINE, newline); /* call line hook */ in traceexec()
|