test262/test/language/expressions
Mike Pennisi 18834b2e19 Add tests for import assertions 2021-05-14 11:04:29 -04:00
..
addition
array
arrow-function Remove or relocate misleading tests 2021-05-11 17:36:28 -04:00
assignment Generate tests 2020-09-25 13:15:33 -04:00
assignmenttargettype Generate tests 2020-09-17 16:23:26 -04:00
async-arrow-function Update "info" field (#2941) 2021-01-28 16:03:01 -08:00
async-function Update "info" field (#2941) 2021-01-28 16:03:01 -08:00
async-generator Update "info" field (#2941) 2021-01-28 16:03:01 -08:00
await
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call
class Generate tests 2021-04-20 09:53:57 -04:00
coalesce
comma
compound-assignment Attempting to set a value to a binding that no longer exists must throw a ReferenceError exception in strict mode code. Fixes gh-427 2020-09-15 16:33:59 -04:00
concatenation
conditional
delete
division
does-not-equals
dynamic-import Add tests for import assertions 2021-05-14 11:04:29 -04:00
equals
exponentiation
function Coverage: read-only function expression name. Closes gh-2896 2020-11-18 16:30:13 -05:00
generators Coverage: read-only function expression name. Closes gh-2896 2020-11-18 16:30:13 -05:00
greater-than
greater-than-or-equal
grouping
import.meta Update "info" field (#2941) 2021-01-28 16:03:01 -08:00
in Add tests for stage 3 proposal "private fields in" (#2963) 2021-04-19 07:50:52 -07:00
instanceof
left-shift
less-than
less-than-or-equal
logical-and
logical-assignment
logical-not
logical-or
modulus
multiplication
new
new.target Update "info" field (#2941) 2021-01-28 16:03:01 -08:00
object Generate tests 2021-04-20 09:53:57 -04:00
optional-chaining
postfix-decrement Attempting to set a value to a binding that no longer exists must throw a ReferenceError exception in strict mode code. Fixes gh-427 2020-09-15 16:33:59 -04:00
postfix-increment Attempting to set a value to a binding that no longer exists must throw a ReferenceError exception in strict mode code. Fixes gh-427 2020-09-15 16:33:59 -04:00
prefix-decrement Attempting to set a value to a binding that no longer exists must throw a ReferenceError exception in strict mode code. Fixes gh-427 2020-09-15 16:33:59 -04:00
prefix-increment Attempting to set a value to a binding that no longer exists must throw a ReferenceError exception in strict mode code. Fixes gh-427 2020-09-15 16:33:59 -04:00
property-accessors
relational
right-shift
strict-does-not-equals
strict-equals
subtraction
super
tagged-template
template-literal
this
typeof
unary-minus
unary-plus
unsigned-right-shift
void
yield
tco-pos.js