Home
last modified time | relevance | path

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

/external/lua/src/
Dltm.c113 luaD_call(L, func, 0); in luaT_callTM()
129 luaD_call(L, func, 1); in luaT_callTMres()
Dldo.h62 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults);
Dldo.c457 void luaD_call (lua_State *L, StkId func, int nresults) { in luaD_call() function
525 luaD_call(L, func, nResults); in luaD_callnoyield()
641 luaD_call(L, firstArg - 1, LUA_MULTRET); in resume()
Dlvm.c1614 ProtectNT(luaD_call(L, ra, nresults)); in luaV_execute()
1640 luaD_call(L, ra, LUA_MULTRET); /* call it */ in luaV_execute()
1745 ProtectNT(luaD_call(L, ra + 4, GETARG_C(i))); /* do the call */ in luaV_execute()
Dlapi.c984 luaD_call(L, func, nresults); /* do the call */ in lua_callk()
1043 luaD_call(L, c.func, nresults); /* do the call */ in lua_pcallk()