Clone this instruction.
Clone this instruction.
This abstract method returns the number of used elements on the stack
This abstract method returns the number of used elements on the stack
This instruction consumes these types from the top of the stack, the first element in the list is the deepest element on the stack.
This instruction consumes these types from the top of the stack, the first element in the list is the deepest element on the stack.
This abstract method returns the number of produced elements on the stack
This abstract method returns the number of produced elements on the stack
This instruction produces these types on top of the stack.
This instruction produces these types on top of the stack.
(lOAD_EXCEPTION: StringAdd).self
(lOAD_EXCEPTION: StringFormat).self
(lOAD_EXCEPTION: ArrowAssoc[LOAD_EXCEPTION]).x
(Since version 2.10.0) Use leftOfArrow
instead
(lOAD_EXCEPTION: Ensuring[LOAD_EXCEPTION]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Fake instruction. It designates the VM who pushes an exception on top of the /empty/ stack at the beginning of each exception handler. Note: Unlike other instructions, it consumes all elements on the stack! then pushes one exception instance.