Home
last modified time | relevance | path

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

/aosp_15_r20/external/lua/src/
H A Dldo.c274 void luaD_hook (lua_State *L, int event, int line, in luaD_hook() function
321 luaD_hook(L, hook, -1, 1, p->numparams); in luaD_hookcall()
340 luaD_hook(L, LUA_HOOKRET, -1, ftransfer, nres); /* call it */ in rethook()
478 luaD_hook(L, LUA_HOOKCALL, -1, 1, narg); in luaD_call()
H A Dldo.h58 LUAI_FUNC void luaD_hook (lua_State *L, int event, int line,
H A Dldebug.c832 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()