Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlapi.c183 StkId func, newtop; in lua_settop() local
199 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()