test262/test/language/expressions
Chengzhong Wu 3f0a24f4f6 [source-phase-imports] update missing source error type 2024-10-25 11:37:04 +02:00
..
addition Compatibility with Hardened JavaScript (#4088) 2024-07-04 08:19:23 -07:00
array
arrow-function Use verifyProperty in language/expressions tests 2023-09-13 16:05:40 +02:00
assignment Improve coverage for reference type in various contexts 2024-09-20 16:00:53 +02: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
class fix: heritage-arrow-function.js (#4273) 2024-10-21 15:54:30 +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 Improve coverage for reference type in various contexts 2024-09-20 16:00:53 +02:00
division
does-not-equals
dynamic-import [source-phase-imports] update missing source error type 2024-10-25 11:37:04 +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
instanceof
left-shift
less-than
less-than-or-equal
logical-and
logical-assignment
logical-not
logical-or
member-expression Add additional tests for tc39/ecma262#3307. 2024-04-22 12:36:07 -07:00
modulus
multiplication
new
new.target Refactor simple cases of (IIFE/async function).then(\$DONE, \$DONE); to use asyncTest 2023-02-21 11:04:09 -08:00
object Improve coverage for reference type in various contexts 2024-09-20 16:00:53 +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
relational
right-shift
strict-does-not-equals
strict-equals
subtraction
super Improve coverage for reference type in various contexts 2024-09-20 16:00:53 +02: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
unsigned-right-shift
void
yield
tco-pos.js