test262/test/language/expressions
devsnek 80678e0bed Update identifier-strict-recursive.js 2021-07-20 10:33:29 -04:00
..
addition add missing newlines in tests 2019-11-10 20:18:56 -08:00
array Regenerate tests 2019-08-05 10:54:37 -04:00
arrow-function Add tests for "Class Static Init. Blocks" proposal (#2968) 2021-07-15 08:49:12 -04:00
assignment Add tests for change in Reference Records 2021-06-24 13:16:43 -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 Test update for letting all early errors be SyntaxErrors 2019-06-12 14:09:03 -04:00
bitwise-and add missing newlines in tests 2019-11-10 20:18:56 -08:00
bitwise-not add missing newlines in tests 2019-11-10 20:18:56 -08:00
bitwise-or add missing newlines in tests 2019-11-10 20:18:56 -08:00
bitwise-xor add missing newlines in tests 2019-11-10 20:18:56 -08:00
call Add missing features for tests using cross-realm (#2328) 2019-09-04 16:27:20 -03:00
class Add tests for "Class Static Init. Blocks" proposal (#2968) 2021-07-15 08:49:12 -04:00
coalesce Fix failure phase in coalesce tests (#2415) 2019-11-11 14:38:26 -05:00
comma Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
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 Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
conditional Add tests for Nullish Coalesce Expression 2019-10-09 21:52:52 -04:00
delete Update identifier-strict-recursive.js 2021-07-20 10:33:29 -04:00
division add missing newlines in tests 2019-11-10 20:18:56 -08:00
does-not-equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
dynamic-import Generate tests 2021-05-14 11:04:29 -04:00
equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
exponentiation add missing newlines in tests 2019-11-10 20:18:56 -08:00
function Add tests for "Class Static Init. Blocks" proposal (#2968) 2021-07-15 08:49:12 -04:00
generators Add tests for "Class Static Init. Blocks" proposal (#2968) 2021-07-15 08:49:12 -04:00
greater-than add missing newlines in tests 2019-11-10 20:18:56 -08:00
greater-than-or-equal add missing newlines in tests 2019-11-10 20:18:56 -08:00
grouping Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
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 Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
left-shift add missing newlines in tests 2019-11-10 20:18:56 -08:00
less-than add missing newlines in tests 2019-11-10 20:18:56 -08:00
less-than-or-equal add missing newlines in tests 2019-11-10 20:18:56 -08:00
logical-and Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
logical-assignment Fix init values 2020-06-10 12:34:03 -04:00
logical-not Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
logical-or Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00
modulus add missing newlines in tests 2019-11-10 20:18:56 -08:00
multiplication add missing newlines in tests 2019-11-10 20:18:56 -08:00
new Add coverage for EvaluateNew 2020-03-18 09:42:26 -04:00
new.target Update "info" field (#2941) 2021-01-28 16:03:01 -08:00
object Add tests for "Class Static Init. Blocks" proposal (#2968) 2021-07-15 08:49:12 -04:00
optional-chaining Expand tests for Optional Chaining 2020-06-30 17:37:01 -04:00
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 Rename to $DONOTEVALUATE per @leobalter's suggestion 2018-10-23 13:51:17 +02:00
relational Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
right-shift add missing newlines in tests 2019-11-10 20:18:56 -08:00
strict-does-not-equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
strict-equals add missing newlines in tests 2019-11-10 20:18:56 -08:00
subtraction add missing newlines in tests 2019-11-10 20:18:56 -08:00
super Coverage of super reference behaviour. Fixes gh-2451 2020-09-10 15:22:57 -04:00
tagged-template Test TV for tagged templates too. 2020-08-03 21:33:44 -04:00
template-literal Move some AnnexB tests per proposed spec change 2021-05-21 13:06:41 -04:00
this Improve coverage 2019-09-27 15:39:10 -04:00
typeof add test for typeof proxy (#2438) 2019-12-02 10:42:08 -05:00
unary-minus add missing newlines in tests 2019-11-10 20:18:56 -08:00
unary-plus add missing newlines in tests 2019-11-10 20:18:56 -08:00
unsigned-right-shift add missing newlines in tests 2019-11-10 20:18:56 -08:00
void Frontmatter: fixup "info: >" to "info: |" 2018-01-05 12:27:59 -05:00
yield Add yield* tests 2020-06-03 13:25:03 -04:00
tco-pos.js Fix esid: static-semantics-hasproductionintailposition => sec-static-semantics-hascallintailposition 2018-01-10 15:44:56 -05:00