Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlfunc.c65 static UpVal *newupval (lua_State *L, StkId level, UpVal **prev) { in newupval() function
98 return newupval(L, level, pp); in luaF_findupval()