Home
last modified time | relevance | path

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

/external/lua/src/
Dlapi.c81 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE; in index2addr()
546 setobj2n(L, &cl->upvalue[n], L->top + n); in lua_pushcclosure()
1203 *val = &f->upvalue[n-1]; in aux_upvalue()
1277 return &f->upvalue[n - 1]; in lua_upvalueid()
Dlobject.h449 TValue upvalue[1]; /* list of upvalues */ member
Dlgc.c504 markvalue(g, &cl->upvalue[i]); in traverseCclosure()