Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dldo.c38 #define errorstatus(s) ((s) > LUA_YIELD) macro
106 lua_assert(errorstatus(errcode)); /* real error */ in luaD_seterrorobj()
764 while (errorstatus(status) && (ci = findpcall(L)) != NULL) { in precover()
791 if (l_likely(!errorstatus(status))) in lua_resume()

Completed in 4 milliseconds