Searched refs:luaD_pretailcall (Results 1 – 3 of 3) sorted by relevance
61 LUAI_FUNC void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int n);
432 void luaD_pretailcall (lua_State *L, CallInfo *ci, StkId func, int narg1) { in luaD_pretailcall() function
1648 luaD_pretailcall(L, ci, ra, b); /* prepare call frame */ in luaV_execute()