ForOfStatement constructor
ForOfStatement(
- Node left,
- Expression right,
- Statement body
Implementation
ForOfStatement(this.left, this.right, this.body);
ForOfStatement(this.left, this.right, this.body);