Skip to content

Class: Continue

Represents a control flow statement to skip the rest of the current loop iteration.

Constructors

Constructor

new Continue(body, loc?): Continue

Parameters

ParameterType
bodyExpression
loc?SourceLocation

Returns

Continue

Overrides

ASTNode.constructor