test262/test/language/expressions
André Bargull 08a7b9d4b6 Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
..
addition Remove unused functions 2021-10-05 16:24:16 -04:00
array Rebuild generated tests 2022-11-30 16:04:02 -08:00
arrow-function Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
assignment Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
assignmenttargettype Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
async-arrow-function add async-functions feature to files which should have it 2022-10-17 11:21:23 +02:00
async-function Generated tests for refactoring (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
async-generator Generated tests for refactoring (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
await Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call Rebuild generated tests 2022-11-30 16:04:02 -08:00
class Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
coalesce
comma
compound-assignment Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
concatenation
conditional
delete Remove unused functions 2021-10-05 16:24:16 -04:00
division Correct typo to improve coverage 2021-09-16 16:34:28 -04:00
does-not-equals
dynamic-import Update import attributes `assert` tests to current semantics (#3919) 2023-09-13 11:35:06 +02:00
equals
exponentiation Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
function Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
generators Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
greater-than
greater-than-or-equal
grouping
import.meta
in Add various private field and private method tests 2021-08-04 15:06:38 -04:00
instanceof
left-shift
less-than
less-than-or-equal
logical-and
logical-assignment Fix tests for private reference with logical assignment 2022-02-21 15:38:59 -05:00
logical-not
logical-or
modulus
multiplication
new Rebuild generated tests 2022-11-30 16:04:02 -08:00
new.target Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
object Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
optional-chaining Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
postfix-decrement Fix copyright 2023-05-18 11:19:31 -07:00
postfix-increment Fix copyright 2023-05-18 11:19:31 -07:00
prefix-decrement Delete trailing space after `|` 2023-06-29 14:08:47 +02:00
prefix-increment Fix copyright 2023-05-18 11:19:31 -07:00
property-accessors tools: enforce restriction on YAML negative key 2022-01-10 13:50:38 -05:00
relational
right-shift
strict-does-not-equals
strict-equals
subtraction
super Rebuild generated tests 2022-11-30 16:04:02 -08:00
tagged-template Replace Object.hasOwnProperty.call with Object.prototype.hasOwnProperty.call 2022-11-30 16:04:02 -08:00
template-literal
this
typeof
unary-minus
unary-plus Test that "infinity" is not recognized as numeric 2022-04-04 16:56:40 -04:00
unsigned-right-shift
void
yield
tco-pos.js