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

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldo.h 35 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
ldo.c 458 /* "finish" luaD_pcall */
587 int luaD_pcall (lua_State *L, Pfunc func, void *u,
664 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);
lgc.c 817 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0);
    [all...]
lapi.c 949 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func);

Completed in 59 milliseconds