HomeSort by relevance Sort by last modified time
    Searched refs:luaD_precall (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 32 LUAI_FUNC int luaD_precall (lua_State *L, StkId func, int nresults);
ldo.c 295 int luaD_precall (lua_State *L, StkId func, int nresults) {
349 return luaD_precall(L, func, nresults); /* now it must be a function */
394 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */
421 /* finish 'luaD_precall' */
499 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */
520 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */
lvm.c 713 if (luaD_precall(L, ra, nresults)) { /* C function? */
727 if (luaD_precall(L, ra, LUA_MULTRET)) /* C function? */

Completed in 259 milliseconds