Home
last modified time | relevance | path

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

/external/lua/src/
Dlopcodes.h181 OP_SETTABUP,/* A B C UpValue[A][RK(B)] := RK(C) */ enumerator
Dluac.c338 case OP_SETTABUP: in PrintCode()
Dlvm.c707 case OP_TAILCALL: case OP_SETTABUP: case OP_SETTABLE: in luaV_finishOp()
848 vmcase(OP_SETTABUP) { in luaV_execute()
Dldebug.c513 case OP_SETTABUP: case OP_SETTABLE: in funcnamefromcode()
Dlcode.c795 OpCode op = (var->u.ind.vt == VLOCAL) ? OP_SETTABLE : OP_SETTABUP; in luaK_storevar()