ForOfStatement constructor

ForOfStatement(
  1. Node left,
  2. Expression right,
  3. Statement body
)

Implementation

ForOfStatement(this.left, this.right, this.body);