You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, the following Early Error rules are applied:</p>
20456
20455
<ul>
20457
20456
<li>
20458
-
|LeftHandSideExpression| must cover an |AssignmentPattern|.
20457
+
If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, |LeftHandSideExpression| must cover an |AssignmentPattern|.
20459
20458
</li>
20460
-
</ul>
20461
-
<p>If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:</p>
20462
-
<ul>
20463
20459
<li>
20464
-
It is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20460
+
If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, it is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20465
20461
</li>
20466
20462
</ul>
20467
20463
<emu-grammar>
@@ -20725,16 +20721,12 @@ <h1>Static Semantics: Early Errors</h1>
<p>If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, the following Early Error rules are applied:</p>
20729
20724
<ul>
20730
20725
<li>
20731
-
|LeftHandSideExpression| must cover an |AssignmentPattern|.
20726
+
If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, |LeftHandSideExpression| must cover an |AssignmentPattern|.
20732
20727
</li>
20733
-
</ul>
20734
-
<p>If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:</p>
20735
-
<ul>
20736
20728
<li>
20737
-
It is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20729
+
If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, it is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20738
20730
</li>
20739
20731
</ul>
20740
20732
</emu-clause>
@@ -21921,16 +21913,12 @@ <h1>Static Semantics: Early Errors</h1>
<p>If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, the following Early Error rules are applied:</p>
21925
21916
<ul>
21926
21917
<li>
21927
-
|LeftHandSideExpression| must cover an |AssignmentPattern|.
21918
+
If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, |LeftHandSideExpression| must cover an |AssignmentPattern|.
21928
21919
</li>
21929
-
</ul>
21930
-
<p>If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:</p>
21931
-
<ul>
21932
21920
<li>
21933
-
It is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
21921
+
If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, it is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
0 commit comments