Home
last modified time | relevance | path

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

/external/lua/src/
Dlfunc.c65 static UpVal *newupval (lua_State *L, int tbc, StkId level, UpVal **prev) { in newupval() function
99 return newupval(L, 0, level, pp); in luaF_findupval()
185 newupval(L, 1, cast(StkId, ud), &L->openupval); in trynewtbcupval()