Searched refs:LUA_ERRRUN (Results 1 – 5 of 5) sorted by relevance
45 #define LUA_ERRRUN 2 macro
596 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
549 status = LUA_ERRRUN; in lua_resume()
828 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()
898 case LUA_ERRRUN: in zcp_eval_impl()