Searched refs:ERRORSTACKSIZE (Results 1 – 1 of 1) sorted by relevance
228 #define ERRORSTACKSIZE (LUAI_MAXSTACK + 200) macro234 lua_assert(newsize <= LUAI_MAXSTACK || newsize == ERRORSTACKSIZE); in luaD_reallocstack()255 luaD_reallocstack(L, ERRORSTACKSIZE); in luaD_growstack()