SpecialBlock

An enumeration of symbolic names of key blocks of the controlFlowGraph. These are associated with optional L2BasicBlocks within the generator's specialBlocks.

Entries

Link copied to clipboard

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.

Link copied to clipboard

The block at which to resume execution after a failed primitive.

Link copied to clipboard

The head of the loop formed when a P_RestartContinuation is invoked on a label created for the current frame.

Link copied to clipboard

An L2BasicBlock that shouldn't actually be dynamically reachable.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.