test262/test/language/expressions
jugglinmike e290a337b8 Improve coverage for section 12, "Expression" (#695)
* Add missing test for early error

* Add missing test for WithBaseObject

* Improve coverage for `new.target`

* Add test for deletion of SuperReference

* Add tests for `in` keyword restrictions

* fixup! Improve coverage for `new.target`
2016-07-01 11:23:43 -07:00
..
addition Add tests for additional uses of @@toPrimitive (#666) 2016-06-10 15:08:59 -04:00
array Generate tests 2016-06-11 17:44:14 -04:00
arrow-function Add tests for function length with dflt parameters 2016-06-21 12:22:49 -04:00
assignment Generate tests 2016-05-25 17:29:27 -04:00
bitwise-and
bitwise-not
bitwise-or
bitwise-xor
call Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
class Add tests for arguments obj with dflt parameters 2016-06-21 12:22:49 -04:00
comma s/id/esid 2016-02-22 09:47:42 -05:00
compound-assignment Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
concatenation
conditional Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
delete Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
division Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
does-not-equals
equals Add tests for well-known Symbol: @@toPrimitive 2015-08-16 18:37:22 -04:00
exponentiation Improve assertions comparing values to NaN (#690) 2016-07-01 11:22:55 -07:00
function Add tests for arguments obj with dflt parameters 2016-06-21 12:22:49 -04:00
generators Add tests for arguments obj with dflt parameters 2016-06-21 12:22:49 -04:00
greater-than Replace runTestCase with assert helpers [test/language/expressions/] 2015-08-06 18:32:15 +02:00
greater-than-or-equal
grouping
in
instanceof Add tests for instanceof operator when prototype property is primitive or getter 2015-12-22 19:05:53 +01:00
left-shift
less-than
less-than-or-equal Replace runTestCase with assert helpers [test/language/expressions/] 2015-08-06 18:32:15 +02:00
logical-and s/id/esid 2016-02-22 09:47:42 -05:00
logical-not - Remove inline license 2015-07-17 19:55:00 +02:00
logical-or s/id/esid 2016-02-22 09:47:42 -05:00
modulus
multiplication
new Generate tests 2016-06-11 17:44:14 -04:00
new.target Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
object Improve coverage for section 12, "Expression" (#695) 2016-07-01 11:23:43 -07:00
postfix-decrement Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
postfix-increment Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
prefix-decrement Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
prefix-increment Reduce reliance on `fnGlobalObject.js` 2016-04-25 11:09:21 -07:00
property-accessors Revert primitive wrapper prototypes and String#split to ES5 2015-11-06 18:50:44 +01:00
relational
right-shift Fix strict mode errors in language/expressions 2014-12-11 19:07:04 +01:00
strict-does-not-equals
strict-equals
subtraction
super Improve coverage for "super" keyword (#687) 2016-06-29 16:45:19 -07:00
tagged-template s/id/esid 2016-02-22 09:47:42 -05:00
template-literal - Remove inline license 2015-07-17 19:55:00 +02:00
this Remove links to hg.ecmascript.org 2015-07-17 17:43:09 +02:00
typeof - Remove inline license 2015-07-17 19:55:00 +02:00
unary-minus Replace runTestCase with assert helpers [test/built-ins] 2015-08-13 17:50:58 +02:00
unary-plus Replace runTestCase with assert helpers [test/built-ins] 2015-08-13 17:50:58 +02:00
unsigned-right-shift
void Prefer explicit error checking where possible 2015-07-10 14:12:57 -04:00
yield
tco-pos.js s/id/esid 2016-02-22 09:47:42 -05:00