Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c76 return (idx <= func->nupvalues) ? &func->upvalue[idx-1] : NONVALIDVALUE; in index2addr()
569 setobj2n(L, &cl->c.upvalue[n], L->top + n); in lua_pushcclosure()
1197 *val = &f->upvalue[n-1]; in aux_upvalue()
1269 return &f->upvalue[n - 1]; in lua_upvalueid()
Dlobject.h519 TValue upvalue[1]; /* list of upvalues */ member
Dlgc.c482 markvalue(g, &cl->upvalue[i]); in traverseCclosure()