Skip to content

Class: Break

Represents a control flow statement to exit the current loop immediately.

Constructors

Constructor

new Break(body, loc?): Break

Parameters

ParameterType
bodyExpression
loc?SourceLocation

Returns

Break

Overrides

ASTNode.constructor