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