Searched refs:VUPVAL (Results 1 – 3 of 3) sorted by relevance
40 VUPVAL, /* upvalue variable; info = index of upvalue in 'upvalues' */ enumerator
765 case VUPVAL: { /* move value to some (pending) register */ in luaK_dischargevars()959 if (e->k != VUPVAL || hasjumps(e)) in luaK_exp2anyregup()1037 case VUPVAL: { in luaK_storevar()1264 (t->k == VLOCAL || t->k == VNONRELOC || t->k == VUPVAL)); in luaK_indexed()1265 if (t->k == VUPVAL && !isKstr(fs, k)) /* upvalue indexed by non 'Kstr'? */ in luaK_indexed()1267 if (t->k == VUPVAL) { in luaK_indexed()
291 case VUPVAL: { in check_readonly()437 if (var->k == VLOCAL || var->k == VUPVAL) /* local or upvalue? */ in singlevaraux()442 init_exp(var, VUPVAL, idx); /* new or old upvalue */ in singlevaraux()1326 if (v->k == VUPVAL && lh->v.u.ind.t == v->u.info) { in check_conflict()
Completed in 11 milliseconds