Home
last modified time | relevance | path

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

/external/lua/src/
Dldo.h60 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
Dlvm.c1144 luaD_hookcall(L, ci); in luaV_execute()
1796 luaD_hookcall(L, ci); in luaV_execute()
Dldo.c313 void luaD_hookcall (lua_State *L, CallInfo *ci) { in luaD_hookcall() function