Searched refs:luaD_pcall (Results 1 – 5 of 5) sorted by relevance
/external/lua/src/ |
D | ldo.h | 65 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
|
D | lfunc.c | 164 int newstatus = luaD_pcall(L, callclose, NULL, oldtop, 0); in callclosemth()
|
D | ldo.c | 742 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function 813 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
|
D | lgc.c | 909 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
|
D | lapi.c | 1031 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
|