Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h176 OP_GETUPVAL,/* A B R(A) := UpValue[B] */ enumerator
Dluac.c330 case OP_GETUPVAL: in PrintCode()
Dldebug.c459 case OP_GETUPVAL: { in getobjname()
Dlcode.c563 e->u.info = luaK_codeABC(fs, OP_GETUPVAL, 0, e->u.info, 0); in luaK_dischargevars()
Dlvm.c831 vmcase(OP_GETUPVAL) { in luaV_execute()
Dlparser.c1140 OpCode op = (v->k == VLOCAL) ? OP_MOVE : OP_GETUPVAL; in check_conflict()