Searched refs:OP_SETUPVAL (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| D | lopcodes.h | 180 OP_SETUPVAL,/* A B UpValue[B] := R(A) */ enumerator
|
| D | lcode.c | 566 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
|
| D | lvm.c | 655 vmcase(OP_SETUPVAL, in luaV_execute()
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | lopcodes.h | 182 OP_SETUPVAL,/* A B UpValue[B] := R(A) */ enumerator
|
| D | luac.c | 331 case OP_SETUPVAL: in PrintCode()
|
| D | lcode.c | 791 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
|
| D | lvm.c | 855 vmcase(OP_SETUPVAL) { in luaV_execute()
|