Searched refs:OP_SETUPVAL (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13-stable/sys/contrib/openzfs/module/lua/ |
| HD | lopcodes.h | 181 OP_SETUPVAL,/* A B UpValue[B] := R(A) */ enumerator
|
| HD | lcode.c | 569 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
|
| HD | lvm.c | 656 vmcase(OP_SETUPVAL, in luaV_execute()
|
| /freebsd-13-stable/contrib/lua/src/ |
| HD | lopcodes.h | 210 OP_SETUPVAL,/* A B UpValue[B] := R[A] */ enumerator
|
| HD | luac.c | 392 case OP_SETUPVAL: in PrintCode()
|
| HD | lcode.c | 1044 luaK_codeABC(fs, OP_SETUPVAL, e, var->u.info, 0); in luaK_storevar()
|
| HD | lvm.c | 1214 vmcase(OP_SETUPVAL) { in luaV_execute()
|