Searched refs:LUA_ERRRUN (Results 1 – 4 of 4) sorted by relevance
47 #define LUA_ERRRUN 2 macro
582 luaD_throw(L, LUA_ERRRUN); in luaG_errormsg()
545 status = LUA_ERRRUN; in lua_resume()
828 if (status == LUA_ERRRUN) { /* is there an error object? */ in GCTM()