Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h177 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.c492 case OP_GETTABUP: case OP_GETTABLE: case OP_SELF: { in luaV_finishOp()
645 vmcase(OP_GETTABUP, in luaV_execute()
H A Dlcode.c393 OpCode op = OP_GETTABUP; /* assume 't' is in an upvalue */ in luaK_dischargevars()