Searched refs:OP_SETUPVAL (Results 1 – 4 of 4) sorted by relevance
210 OP_SETUPVAL,/* A B UpValue[B] := R[A] */ enumerator
392 case OP_SETUPVAL: in PrintCode()
1040 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
1208 vmcase(OP_SETUPVAL) { in luaV_execute()