Searched refs:luaD_hook (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/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 | 286 void luaD_hook (lua_State *L, int event, int line) { in luaD_hook() function 321 luaD_hook(L, hook, -1); in callhook() 386 luaD_hook(L, LUA_HOOKCALL, -1); in luaD_precall() 438 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()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | ldo.h | 58 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line,
|
| H A D | ldo.c | 294 void luaD_hook (lua_State *L, int event, int line, in luaD_hook() function 341 luaD_hook(L, hook, -1, 1, p->numparams); in luaD_hookcall() 360 luaD_hook(L, LUA_HOOKRET, -1, ftransfer, nres); /* call it */ in rethook() 500 luaD_hook(L, LUA_HOOKCALL, -1, 1, narg); in luaD_precall()
|
| H A D | ldebug.c | 832 luaD_hook(L, LUA_HOOKCOUNT, -1, 0, 0); /* call count hook */ in luaG_traceexec() 839 luaD_hook(L, LUA_HOOKLINE, newline, 0, 0); /* call line hook */ in luaG_traceexec()
|