Home
last modified time | relevance | path

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

/external/lua/src/
Dltm.h99 LUAI_FUNC void luaT_getvarargs (lua_State *L, struct CallInfo *ci,
Dltm.c257 void luaT_getvarargs (lua_State *L, CallInfo *ci, StkId where, int wanted) { in luaT_getvarargs() function
Dlvm.c1790 Protect(luaT_getvarargs(L, ci, ra, n)); in luaV_execute()