Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h181 OP_SETUPVAL,/* A B UpValue[B] := R(A) */ enumerator
H A Dlcode.c569 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
H A Dlvm.c656 vmcase(OP_SETUPVAL, in luaV_execute()
/freebsd/contrib/lua/src/
H A Dlopcodes.h211 OP_SETUPVAL,/* A B UpValue[B] := R[A] */ enumerator
H A Dluac.c391 case OP_SETUPVAL: in PrintCode()
H A Dlcode.c1064 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
H A Dlvm.c1248 vmcase(OP_SETUPVAL) { in luaV_execute()