Searched refs:upvalue (Results 1 – 6 of 6) sorted by relevance
73 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE; in index2addr()566 setobj2n(L, &cl->c.upvalue[n], L->top + n); in lua_pushcclosure()1191 *val = &f->upvalue[n-1]; in aux_upvalue()1263 return &f->upvalue[n - 1]; in lua_upvalueid()
517 TValue upvalue[1]; /* list of upvalues */ member
481 markvalue(g, &cl->upvalue[i]); in traverseCclosure()
72 ? &func->c.upvalue[idx-1] in index2adr()495 setobj2n(L, &cl->c.upvalue[n], L->top+n); in lua_pushcclosure()1045 *val = &f->c.upvalue[n-1]; in aux_upvalue()
298 TValue upvalue[1]; member
229 markvalue(g, &cl->c.upvalue[i]); in traverseclosure()