Home
last modified time | relevance | path

Searched refs:lj (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldo.c127 struct lua_longjmp lj; in luaD_rawrunprotected() local
128 lj.status = LUA_OK; in luaD_rawrunprotected()
129 lj.previous = L->errorJmp; /* chain new error handler */ in luaD_rawrunprotected()
130 L->errorJmp = &lj; in luaD_rawrunprotected()
131 LUAI_TRY(L, &lj, in luaD_rawrunprotected()
134 L->errorJmp = lj.previous; /* restore old error handler */ in luaD_rawrunprotected()
136 return lj.status; in luaD_rawrunprotected()