Special Block
An enumeration of symbolic names of key blocks of the controlFlowGraph. These are associated with optional L2BasicBlocks within the generator's specialBlocks.
Entries
The initial block of the control flow graph, which is where the control flow implicitly starts when the A_Function underlying the L2Chunk is ultimately invoked.
The block at which to resume execution after a failed primitive.
The head of the loop formed when a P_RestartContinuation is invoked on a label created for the current frame.
An L2BasicBlock that shouldn't actually be dynamically reachable.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.