Searched refs:lj (Results 1 – 1 of 1) sorted by relevance
127 struct lua_longjmp lj; in luaD_rawrunprotected() local128 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()