Home
last modified time | relevance | path

Searched refs:OP_SETTABUP (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/mit/lua/dist/src/
Dlopcodes.h222 OP_SETTABUP,/* A B C UpValue[A][K[B]:string] := RK(C) */ enumerator
Dluac.c416 case OP_SETTABUP: in PrintCode()
Dldebug.c615 case OP_SETTABUP: case OP_SETTABLE: case OP_SETI: case OP_SETFIELD: in funcnamefromcode()
Dlvm.c915 op == OP_TAILCALL || op == OP_SETTABUP || op == OP_SETTABLE ||
1393 vmcase(OP_SETTABUP) {
Dlcode.c1078 codeABRK(fs, OP_SETTABUP, var->u.ind.t, var->u.ind.idx, ex); in luaK_storevar()