Skip to content

Commit 4db9963

Browse files
committed
Limit to non-strict code
1 parent 38e8449 commit 4db9963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43171,13 +43171,13 @@ <h1>AssignmentTargetType of LeftHandSideExpression : CallExpression</h1>
4317143171
<emu-grammar>AssignmentExpression : LeftHandSideExpression = AssignmentExpression</emu-grammar>
4317243172
<ol>
4317343173
<li>
43174-
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~, throw a *ReferenceError* exception.
43174+
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~ and occurs in non-strict code, throw a *ReferenceError* exception.
4317543175
</li>
4317643176
</ol>
4317743177
<emu-grammar>AssignmentExpression : LeftHandSideExpression AssignmentOperator AssignmentExpression</emu-grammar>
4317843178
<ol>
4317943179
<li>
43180-
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~, throw a *ReferenceError* exception.
43180+
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~ and occurs in non-strict code, throw a *ReferenceError* exception.
4318143181
</li>
4318243182
</ol>
4318343183
</emu-annex>

0 commit comments

Comments
 (0)