Home
last modified time | relevance | path

Searched refs:luaD_hookcall (Results 1 – 4 of 4) sorted by relevance

/src/contrib/lua/src/
H A Dldo.h69 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
H A Dldebug.c910 luaD_hookcall(L, ci); /* check 'call' hook */ in luaG_tracecall()
H A Dldo.c376 void luaD_hookcall (lua_State *L, CallInfo *ci) { in luaD_hookcall() function
H A Dlvm.c1892 luaD_hookcall(L, ci); in luaV_execute()