test262/test/language/expressions
Rick Waldron 73db72baad Generate tests 2020-09-25 13:15:33 -04:00
..
addition
array
arrow-function Generate tests 2020-09-25 12:01:39 -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 Generate tests 2020-09-25 12:01:39 -04:00
async-function Generate tests 2020-09-25 12:01:39 -04:00
async-generator Generate tests 2020-09-25 12:01:39 -04:00
await
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call
class Generate tests 2020-09-25 12:58:22 -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 Miscellaneous: cleanup very old delete operator tests. 2020-09-14 13:35:54 -04:00
division
does-not-equals
dynamic-import
equals
exponentiation
function Generate tests 2020-09-25 12:01:39 -04:00
generators Generate tests 2020-09-25 12:01:39 -04: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 init values 2020-06-10 12:34:03 -04:00
logical-not
logical-or
modulus
multiplication
new Add coverage for EvaluateNew 2020-03-18 09:42:26 -04:00
new.target
object Generate tests 2020-09-25 12:58:22 -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
relational
right-shift
strict-does-not-equals
strict-equals
subtraction
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 Add tests for \9 in template/strict strings. 2020-08-03 21:33:44 -04:00
this
typeof add test for typeof proxy (#2438) 2019-12-02 10:42:08 -05:00
unary-minus
unary-plus
unsigned-right-shift
void
yield Add yield* tests 2020-06-03 13:25:03 -04:00
tco-pos.js