} } else { $this->scanner->
setState($state);
if ($decl =
$this->
parseForBinding()) { $init = null;
if ($this->features->forInInitializer &&
$decl->
getId()->
getType() === "Identifier"
) { $init =
$this->
parseInitializer();
} if ($init) { $decl->
setInit($init);
$decl->location->end =
$init->location->end;
} $left =
$this->
createNode("VariableDeclaration",
$varToken);
$left->
setKind($left::KIND_VAR
);
$left->
setDeclarations(array
($decl));
$left =
$this->
completeNode($left);