ForInStatement constructor

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

Implementation

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