Home
last modified time | relevance | path

Searched refs:OP_SETUPVAL (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h164 OP_SETUPVAL,/* A B UpValue[B] := R(A) */ enumerator
H A Dprint.c111 case OP_SETUPVAL: in PrintCode()
H A Dldebug.c388 case OP_SETUPVAL: { in symbexec()
H A Dlcode.c481 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.s.info, 0); in luaK_storevar()
H A Dlvm.c451 case OP_SETUPVAL: { in luaV_execute()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h181 OP_SETUPVAL,/* A B UpValue[B] := R(A) */ enumerator
H A Dlcode.c565 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
H A Dlvm.c656 vmcase(OP_SETUPVAL, in luaV_execute()