ForInStatementinterface ForInStatement extends Node, HasSpan {body: Statement;left: VariableDeclaration | Pattern;right: Expression;type: "ForInStatement";}§Extends§Node[src]§HasSpan[src]§Properties§body: Statement[src]§left: VariableDeclaration | Pattern[src]§right: Expression[src]§type: "ForInStatement"[src]