Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlparser.h44 VUPVAL, /* upvalue variable; info = index of upvalue in 'upvalues' */ enumerator
H A Dlcode.c796 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) {
H A Dlparser.c295 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()