Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlapi.c1191 static const char *aux_upvalue (StkId fi, int n, TValue **val, in aux_upvalue() function
1220 name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL); in lua_getupvalue()
1238 name = aux_upvalue(fi, n, &val, &owner); in lua_setupvalue()