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>
20534
20533
<ul>
20535
20534
<li>
20536
-
|LeftHandSideExpression| must cover an |AssignmentPattern|.
20535
+
If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, |LeftHandSideExpression| must cover an |AssignmentPattern|.
20537
20536
</li>
20538
-
</ul>
20539
-
<p>If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:</p>
20540
-
<ul>
20541
20537
<li>
20542
-
It is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20538
+
If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, it is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20543
20539
</li>
20544
20540
</ul>
20545
20541
<emu-grammar>
@@ -20803,16 +20799,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>
20807
20802
<ul>
20808
20803
<li>
20809
-
|LeftHandSideExpression| must cover an |AssignmentPattern|.
20804
+
If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, |LeftHandSideExpression| must cover an |AssignmentPattern|.
20810
20805
</li>
20811
-
</ul>
20812
-
<p>If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:</p>
20813
-
<ul>
20814
20806
<li>
20815
-
It is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20807
+
If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, it is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
20816
20808
</li>
20817
20809
</ul>
20818
20810
</emu-clause>
@@ -22012,16 +22004,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>
22016
22007
<ul>
22017
22008
<li>
22018
-
|LeftHandSideExpression| must cover an |AssignmentPattern|.
22009
+
If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, |LeftHandSideExpression| must cover an |AssignmentPattern|.
22019
22010
</li>
22020
-
</ul>
22021
-
<p>If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:</p>
22022
-
<ul>
22023
22011
<li>
22024
-
It is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
22012
+
If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, it is a Syntax Error if AssignmentTargetType of |LeftHandSideExpression| is not ~simple~.
0 commit comments