Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h179 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */ enumerator
H A Dlvm.c532 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()
651 vmcase(OP_SETTABUP, in luaV_execute()
H A Dldebug.c476 case OP_SETTABUP: in getfuncname()
H A Dlcode.c570 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()