Searched refs:LUA_ERRMEM (Results 1 – 4 of 4) sorted by relevance
17 #define luaM_error(L) luaD_throw(L, LUA_ERRMEM)
83 if (stat != LUA_ERRMEM && /* not a memory error and ... */ in luaB_auxwrap()
53 #define LUA_ERRMEM 4 macro
93 case LUA_ERRMEM: { /* memory error? */ in luaD_seterrorobj()
Completed in 8 milliseconds