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