Searched defs:luaD_pcall (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dldo.c458 /* "finish" luaD_pcall */
587 int luaD_pcall (lua_State *L, Pfunc func, void *u, function
664 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc);

Completed in 309 milliseconds