Skip to content

Commit

Permalink
Limit to non-strict code
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 5, 2020
1 parent 38e8449 commit 4db9963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -43171,13 +43171,13 @@ <h1>AssignmentTargetType of LeftHandSideExpression : CallExpression</h1>
<emu-grammar>AssignmentExpression : LeftHandSideExpression = AssignmentExpression</emu-grammar>
<ol>
<li>
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~, throw a *ReferenceError* exception.
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~ and occurs in non-strict code, throw a *ReferenceError* exception.
</li>
</ol>
<emu-grammar>AssignmentExpression : LeftHandSideExpression AssignmentOperator AssignmentExpression</emu-grammar>
<ol>
<li>
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~, throw a *ReferenceError* exception.
If AssignmentTargetType of |LeftHandSideExpression| is not ~simple~ and occurs in non-strict code, throw a *ReferenceError* exception.
</li>
</ol>
</emu-annex>
Expand Down

0 comments on commit 4db9963

Please sign in to comment.