test262/test/language/expressions
Aapo Alasuutari cff5a6012f
fix: Use Object.getPrototypeOf to get prototype in `__proto__-fn-name.js` (#4205)
2024-09-09 14:37:00 +02:00
..
addition Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07: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 Add additional tests for tc39/ecma262#3307. 2024-04-22 12:36:07 -07:00
assignmenttargettype Add tests for Source Phase Imports (#3980) 2024-06-27 14:58:04 +02:00
async-arrow-function Remove 'AsyncArrowFunction' test 2024-07-04 11:03: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 Test `await` in ConditionalExpression 2024-08-21 10:19:55 +02:00
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call Rebuild generated tests 2022-11-30 16:04:02 -08:00
class Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
coalesce
comma
compound-assignment Add `Array.prototype.includes` and `exponentiation` features (#3799) 2023-03-23 10:51:08 +01:00
concatenation
conditional
delete
division
does-not-equals
dynamic-import Remove README about keeping import-assertions tests in sync 2024-08-22 12:19:08 -07: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
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
member-expression Add additional tests for tc39/ecma262#3307. 2024-04-22 12:36:07 -07:00
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 fix: Use Object.getPrototypeOf to get prototype in `__proto__-fn-name.js` (#4205) 2024-09-09 14:37:00 +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 Test for assignment with target wrapped in two sets of parentheses 2023-11-21 09:51:03 -05:00
postfix-increment Test for assignment with target wrapped in two sets of parentheses 2023-11-21 09:51:03 -05: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 Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
template-literal
this
typeof Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
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