Searched refs:luaD_precall (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldo.h | 42 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
|
| H A D | ldo.c | 265 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() function 377 if (luaD_precall(L, func, nResults) == PCRLUA) /* is a Lua function? */ in luaD_call() 389 if (luaD_precall(L, firstArg - 1, LUA_MULTRET) != PCRLUA) in resume()
|
| H A D | lvm.c | 591 switch (luaD_precall(L, ra, nresults)) { in luaV_execute() 612 switch (luaD_precall(L, ra, LUA_MULTRET)) { in luaV_execute()
|