Searched refs:luaD_hookcall (Results 1 – 3 of 3) sorted by relevance
70 LUAI_FUNC void luaD_hookcall (lua_State *L, CallInfo *ci);
1250 luaD_hookcall(L, ci);1990 luaD_hookcall(L, ci);
373 void luaD_hookcall (lua_State *L, CallInfo *ci) { in luaD_hookcall() function