Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h176 OP_GETTABUP,/* A B C R(A) := UpValue[B][RK(C)] */ enumerator
H A Dldebug.c423 case OP_GETTABUP: in getobjname()
474 case OP_GETTABUP: in getfuncname()
H A Dlvm.c491 case OP_GETTABUP: case OP_GETTABLE: case OP_SELF: { in luaV_finishOp()
644 vmcase(OP_GETTABUP, in luaV_execute()
H A Dlcode.c394 OpCode op = OP_GETTABUP; /* assume 't' is in an upvalue */ in luaK_dischargevars()