Searched refs:luaD_precall (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ldo.h | 32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
|
D | ldo.c | 296 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function 356 return luaD_precall(L, func, nresults); /* now it must be a function */ in luaD_precall() 401 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call() 506 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */ in resume()
|
D | lvm.c | 713 if (luaD_precall(L, ra, nresults)) { /* C function? */ in luaV_execute() 727 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */ in luaV_execute()
|