Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlfunc.h56 LUAI_FUNC void luaF_closeupval (lua_State *L, StkId level);
A Dlfunc.c194 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval() function
230 luaF_closeupval(L, level); /* first, close the upvalues */ in luaF_close()
A Dlstate.c318 luaF_closeupval(L1, L1->stack); /* close all upvalues */ in luaE_freethread()
A Dlvm.c1644 luaF_closeupval(L, base); /* close upvalues from current call */ in luaV_execute()

Completed in 8 milliseconds