diff --git a/spec.html b/spec.html index 2b3f0694f1..2f3f62700c 100644 --- a/spec.html +++ b/spec.html @@ -20452,16 +20452,12 @@

Syntax

Static Semantics: Early Errors

AssignmentExpression : LeftHandSideExpression `=` AssignmentExpression -

If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, the following Early Error rules are applied:

-

If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:

- @@ -20725,16 +20721,12 @@

Static Semantics: Early Errors

DestructuringAssignmentTarget : LeftHandSideExpression -

If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, the following Early Error rules are applied:

-

If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:

-
@@ -21921,16 +21913,12 @@

Static Semantics: Early Errors

`for` `(` LeftHandSideExpression `of` AssignmentExpression `)` Statement `for` `await` `(` LeftHandSideExpression `of` AssignmentExpression `)` Statement -

If |LeftHandSideExpression| is either an |ObjectLiteral| or an |ArrayLiteral|, the following Early Error rules are applied:

-

If |LeftHandSideExpression| is neither an |ObjectLiteral| nor an |ArrayLiteral|, the following Early Error rule is applied:

-