ERRORSTACKSIZE
lua_assert(newsize <= LUAI_MAXSTACK || newsize == ERRORSTACKSIZE);
luaD_reallocstack(L, ERRORSTACKSIZE);