Home
last modified time | relevance | path

Searched refs:luaD_call (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dltm.c113 luaD_call(L, func, 0); in luaT_callTM()
129 luaD_call(L, func, 1); in luaT_callTMres()
A Dldo.h63 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
A Dlfunc.c116 luaD_call(L, top, 0); in callclosemethod()
A Dlapi.c1010 luaD_call(L, func, nresults); /* do the call */ in lua_callk()
1069 luaD_call(L, c.func, nresults); /* do the call */ in lua_pcallk()
A Dldo.c586 void luaD_call (lua_State *L, StkId func, int nResults) { in luaD_call() function
A Dlvm.c1771 ProtectNT(luaD_call(L, ra + 4, GETARG_C(i))); /* do the call */ in luaV_execute()

Completed in 15 milliseconds