Class: Break
Represents a control flow statement to exit the current loop immediately.
Constructors
Constructor
new Break(
body,loc?):Break
Parameters
| Parameter | Type |
|---|---|
body | Expression |
loc? | SourceLocation |
Returns
Break
Overrides
ASTNode.constructor