Zone Type
A categorization of kinds of Zones that will be shown as subgraphs (clusters) by the L2ControlFlowGraphVisualizer.
Parameters
A string indicating the boundary color.
A string indicating the fill color.
Entries
A zone used for reifying to handle a fiber interrupt.
A zone used for reifying the call stack to create an A_Continuation to be used as a label.
The target of an on-reification branch from an L2_INVOKE or L2_INVOKE_CONSTANT_FUNCTION. A reification is already in progress when this zone is entered, and the invoke logic ensures the callers have already been reified by the time this zone runs.
A cluster of test/branch nodes used to effect a multi-way branch.
Functions
Create a new Zone of this type, with an optional descriptive (non-unique) name.
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.