Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlopcodes.h174 OP_GETUPVAL,/* A B R(A) := UpValue[B] */ enumerator
H A Dldebug.c433 case OP_GETUPVAL: { in getobjname()
H A Dlcode.c389 e->u.info = luaK_codeABC(fs, OP_GETUPVAL, 0, e->u.info, 0); in luaK_dischargevars()
H A Dlvm.c640 vmcase(OP_GETUPVAL, in luaV_execute()
H A Dlparser.c1128 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()