Searched refs:OP_SETTABUP (Results 1 – 5 of 5) sorted by relevance
217 OP_SETTABUP,/* A B C UpValue[A][K[B]:string] := RK(C) */ enumerator
411 case OP_SETTABUP: in PrintCode()
620 case OP_SETTABUP: case OP_SETTABLE: case OP_SETI: case OP_SETFIELD: in funcnamefromcode()
851 op == OP_TAILCALL || op == OP_SETTABUP || op == OP_SETTABLE || in luaV_finishOp()1266 vmcase(OP_SETTABUP) { in luaV_execute()
1044 codeABRK(fs, OP_SETTABUP, var->u.ind.t, var->u.ind.idx, ex); in luaK_storevar()