Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlfunc.h56 LUAI_FUNC void luaF_closeupval (lua_State *L, StkId level);
H A Dlfunc.c193 void luaF_closeupval (lua_State *L, StkId level) { in luaF_closeupval() function
229 luaF_closeupval(L, level); /* first, close the upvalues */ in luaF_close()
H A Dlstate.c315 luaF_closeupval(L1, L1->stack.p); /* close all upvalues */ in luaE_freethread()
H A Dlvm.c1709 luaF_closeupval(L, base); /* close upvalues from current call */ in luaV_execute()