Readonly
instructionsInstruction Pointer – the array index of instructions
that will be read
to identify the next instruction. Once ip
exceeds the last index of
instructions
(ip === instructions.length
), evaluation is complete.
Generated using TypeDoc
The full list of instructions to be evaluated by the virtual machine.