Searched refs:OP_SETTABUP (Results 1 – 5 of 5) sorted by relevance
179 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */ enumerator
327 case OP_SETTABUP: in PrintCode()
472 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()591 vmcase(OP_SETTABUP, in luaV_execute()
462 case OP_SETTABUP: in getfuncname()
571 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()