Compiled Node Builder
Types
Functions
Pushes a value into the array.
Assigns a value to a variable.
Branches to the label if the top value of the stack is false (according to the truth rules).
Branches to the label if the top value of the stack is true (according to the truth rules).
Continues a loop.
Loads a variable from the scope into the stack.
Invokes a function on the stack with arguments.
Loads a function from the scope and invokes it with arguments.
Invokes a member function from an object on the stack with arguments.
Creates an array.
Creates an object.
Pushes an entry into the object.
Pushes a boolean into the stack.
Pushes a double into the stack.
Pushes a long into the stack.
Pushes null into the stack.
Pushes a string into the stack.
Pushes this into the stack.
Returns the value on the top of the stack.
Pushes a string representing the type of the value on the top of the stack.
Automatically pushes/pops the required exception handlers.
Automatically pushes/pops the required loop handlers.