Skip to content
Snippets Groups Projects
Commit 04a41383 authored by Adrian Heine's avatar Adrian Heine Committed by Rick Waldron
Browse files

UpdateExpressions: No early error for arguments and eval in non-strict mode

According to sec-identifiers-static-semantics-assignmenttargettype,
`AssignmentTargetType` of `arguments` and `eval` in non-strict mode code is
`simple`.
sec-update-expressions-static-semantics-early-errors mandates early errors for
`UpdateExpression` if `AssignmentTargetType` is `invalid` or `strict`.
parent 116c95d9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment