File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43171,13 +43171,13 @@ <h1>AssignmentTargetType of LeftHandSideExpression : CallExpression</h1>
43171
43171
<emu-grammar>AssignmentExpression : LeftHandSideExpression = AssignmentExpression</emu-grammar>
43172
43172
<ol>
43173
43173
<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.
43175
43175
</li>
43176
43176
</ol>
43177
43177
<emu-grammar>AssignmentExpression : LeftHandSideExpression AssignmentOperator AssignmentExpression</emu-grammar>
43178
43178
<ol>
43179
43179
<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.
43181
43181
</li>
43182
43182
</ol>
43183
43183
</emu-annex>
You can’t perform that action at this time.
0 commit comments