LdFun

LDFUN instruction

Constructors

this
this(ulong index, ulong[] upvalues)

Construct a new LDFUN instruction

Members

Variables

index
ulong index;

The index of the function to load

upvalues
ulong[] upvalues;

List of locals to close. Must be heap values, otherwise UB ensues

Inherited Members

From Instruction

op
Opcode op;

The instruction opcode

Meta