Searched refs:newtop (Results 1 – 1 of 1) sorted by relevance
183 StkId func, newtop; in lua_settop() local199 newtop = L->top.p + diff; in lua_settop()200 if (diff < 0 && L->tbclist.p >= newtop) { in lua_settop()202 newtop = luaF_close(L, newtop, CLOSEKTOP, 0); in lua_settop()204 L->top.p = newtop; /* correct top only after closing any upvalue */ in lua_settop()