Searched refs:OP_SETTABUP (Results 1 – 5 of 5) sorted by relevance
181 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */ enumerator
338 case OP_SETTABUP: in PrintCode()
707 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()848 vmcase(OP_SETTABUP) { in luaV_execute()
513 case OP_SETTABUP: case OP_SETTABLE: in funcnamefromcode()
795 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()