Searched refs:luaD_rawrunprotected (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ldo.h | 43 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
D | ldo.c | 125 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function 543 status = luaD_rawrunprotected(L, resume, L->top - nargs); in lua_resume() 549 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */ in lua_resume() 603 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
|
D | lstate.c | 308 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
|
D | lapi.c | 103 res = (luaD_rawrunprotected(L, &growstack, &size) == LUA_OK); in lua_checkstack()
|