Searched refs:luaD_rawrunprotected (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
H A Dldo.h43 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
H A Dldo.c125 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { function
543 status = luaD_rawrunprotected(L, resume, L->top - nargs);
549 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */
603 status = luaD_rawrunprotected(L, func, u);
H A Dlstate.c308 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) {
H A Dlapi.c103 res = (luaD_rawrunprotected(L, &growstack, &size) == LUA_OK);

Completed in 22 milliseconds