Searched refs:OP_SETTABUP (Results 1 – 4 of 4) sorted by relevance
180 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */ enumerator
476 case OP_SETTABUP: in getfuncname()
533 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()652 vmcase(OP_SETTABUP, in luaV_execute()
569 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()