Home
last modified time | relevance | path

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

/external/lua/src/
Dlparser.h40 VUPVAL, /* upvalue variable; info = index of upvalue in 'upvalues' */ enumerator
Dlcode.c770 case VUPVAL: { /* move value to some (pending) register */ in luaK_dischargevars()
960 if (e->k != VUPVAL || hasjumps(e)) in luaK_exp2anyregup()
1038 case VUPVAL: { in luaK_storevar()
1265 (t->k == VLOCAL || t->k == VNONRELOC || t->k == VUPVAL)); in luaK_indexed()
1266 if (t->k == VUPVAL && !isKstr(fs, k)) /* upvalue indexed by non 'Kstr'? */ in luaK_indexed()
1268 if (t->k == VUPVAL) { in luaK_indexed()
Dlparser.c291 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()
1328 if (v->k == VUPVAL && lh->v.u.ind.t == v->u.info) { in check_conflict()