Home
last modified time | relevance | path

Searched defs:upval (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.c1340 TValue *upval = cl->upvals[GETARG_B(i)]->v.p; local
1395 TValue *upval = cl->upvals[GETARG_A(i)]->v.p; local
H A Dlparser.c58 lu_byte upval; /* true if some variable in the block is an upvalue */ member