Searched refs:LUA_ERRRUN (Results 1 – 9 of 9) sorted by relevance
62 case LUA_ERRRUN: { in luaD_seterrorobj()414 return LUA_ERRRUN; in resume_error()
44 #define LUA_ERRRUN 2 macro
627 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
1332 if (err == LUA_ERRRUN) { in json_protect_conversion()
46 #define LUA_ERRRUN 2 macro
596 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
620 status = LUA_ERRRUN; in lua_resume()
827 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()
900 case LUA_ERRRUN: in zcp_eval_impl()