Searched refs:VUPVAL (Results 1 – 3 of 3) sorted by relevance
44 VUPVAL, /* upvalue variable; info = index of upvalue in 'upvalues' */ enumerator
796 case VUPVAL: { /* move value to some (pending) register */ in luaK_dischargevars()992 if (e->k != VUPVAL || hasjumps(e)) in luaK_exp2anyregup()1072 case VUPVAL: { in luaK_storevar()1309 (t->k == VLOCAL || t->k == VNONRELOC || t->k == VUPVAL));1310 if (t->k == VUPVAL && !isKstr(fs, k)) /* upvalue indexed by non 'Kstr'? */1312 if (t->k == VUPVAL) {
295 case VUPVAL: { in check_readonly()452 if (var->k == VLOCAL || var->k == VUPVAL) /* local or upvalue? */ in singlevaraux()457 init_exp(var, VUPVAL, idx); /* new or old upvalue */ in singlevaraux()1352 if (v->k == VUPVAL && lh->v.u.ind.t == v->u.info) { in check_conflict()