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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
lapi.c 902 luaD_call(L, func, nresults, 1); /* do the call */
905 luaD_call(L, func, nresults, 0); /* just do the call */
923 luaD_call(L, c->func, c->nresults, 0);
962 luaD_call(L, c.func, nresults, 1); /* do the call */
ldebug.c 567 luaD_call(L, L->top - 2, 1, 0); /* call it */
lvm.c 102 luaD_call(L, L->top - (4 - hasres), hasres, isLua(L->ci));
797 Protect(luaD_call(L, cb, GETARG_C(i), 1));
ldo.c 386 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) {
lgc.c 798 luaD_call(L, L->top - 2, 0, 0);
    [all...]

Completed in 232 milliseconds