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