test262/test/language
Adrian Heine 04a41383b5 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`.
2019-01-25 12:39:02 -05:00
..
arguments-object
asi
block-scope Regenerate tests 2018-12-20 12:53:31 -05:00
comments
computed-property-names
destructuring/binding
directive-prologue
eval-code
export
expressions UpdateExpressions: No early error for arguments and eval in non-strict mode 2019-01-25 12:39:02 -05:00
function-code
future-reserved-words
global-code Generate tests 2018-12-20 12:49:50 -05:00
identifier-resolution
identifiers Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
import
keywords
line-terminators Remove invalid line terminator tests (#2044) 2019-01-23 13:56:03 -02:00
literals
module-code Ensure test file YAML blocks don't have a trailing space. (#2018) 2019-01-07 11:40:39 -02:00
punctuators
reserved-words
rest-parameters
source-text
statements Improve coverage for UniqueFormalParameters (#2043) 2019-01-23 14:07:19 -02:00
types
white-space