In ECMA document we have
The
VariableDeclarationListNoIn
,VariableDeclarationNoIn
andInitialiserNoIn
productions are evaluated in the same manner as theVariableDeclarationList
,VariableDeclaration
andInitialiser
productions except that the containedVariableDeclarationListNoIn
,VariableDeclarationNoIn
,InitialiserNoIn
andAssignmentExpressionNoIn
are evaluated instead of the containedVariableDeclarationList
,VariableDeclaration
,Initialiser
andAssignmentExpression
, respectively.
But what does mean VariableDeclarationNoIn?