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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 37 LUAI_FUNC int luaD_poscall (lua_State *L, StkId firstResult);
ldo.c 321 luaD_poscall(L, L->top - n);
355 int luaD_poscall (lua_State *L, StkId firstResult) {
422 luaD_poscall(L, L->top - n);
520 luaD_poscall(L, firstArg); /* finish 'luaD_precall' */
lvm.c 756 b = luaD_poscall(L, ra);

Completed in 483 milliseconds