Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlapi.c176 StkId func, newtop; in lua_settop() local
192 newtop = L->top + diff; in lua_settop()
193 if (diff < 0 && L->tbclist >= newtop) { in lua_settop()
195 luaF_close(L, newtop, CLOSEKTOP, 0); in lua_settop()
197 L->top = newtop; /* correct top only after closing any upvalue */ in lua_settop()

Completed in 5 milliseconds