Searched defs:upval (Results 1 – 3 of 3) sorted by relevance
1258 TValue *upval = cl->upvals[GETARG_B(i)]->v.p; in luaV_execute() local1313 TValue *upval = cl->upvals[GETARG_A(i)]->v.p; in luaV_execute() local
54 lu_byte upval; /* true if some variable in the block is an upvalue */ member
44 lu_byte upval; /* true if some variable in the block is an upvalue */ member