test262/test/language/statements/class/definition
Leonardo Balter c37a242057
Move tests for params trailing comma to the test gen tool
2017-03-14 14:58:32 -04:00
..
accessors.js
basics.js
class-method-returns-promise.js Add tests for async functions 2016-07-28 15:11:28 -07:00
constructable-but-no-prototype.js
constructor-property.js
constructor-strict-by-default.js
constructor.js
early-errors-class-method-NSPL-with-USD.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-arguments-in-formal-parameters.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-await-in-formals-default.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-await-in-formals.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-body-contains-super-call.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-duplicate-parameters.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-eval-in-formal-parameters.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-formals-body-duplicate.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
early-errors-class-method-formals-contains-super-call.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
fn-name-accessor-get.js
fn-name-accessor-set.js
fn-name-gen-method.js
fn-name-method.js
fn-name-static-precedence.js
getters-non-configurable-err.js
getters-prop-desc.js
getters-restricted-ids.js
implicit-constructor.js
invalid-extends.js
methods-async-super-call-body.js Add tests for async functions 2016-07-28 15:11:28 -07:00
methods-async-super-call-param.js Add tests for async functions 2016-07-28 15:11:28 -07:00
methods-gen-no-yield.js
methods-gen-return.js
methods-gen-yield-as-binding-identifier.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-expression-with-rhs.js
methods-gen-yield-as-expression-without-rhs.js
methods-gen-yield-as-function-expression-binding-identifier.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-generator-method-binding-identifier.js
methods-gen-yield-as-identifier-in-nested-function.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-label.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-literal-property-name.js
methods-gen-yield-as-logical-or-expression.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-parameter.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-as-property-name.js
methods-gen-yield-as-statement.js
methods-gen-yield-as-yield-operand.js
methods-gen-yield-newline.js
methods-gen-yield-star-after-newline.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-gen-yield-star-before-newline.js
methods-gen-yield-weak-binding.js Re-format tests for SyntaxErrors 2016-10-19 15:24:21 -04:00
methods-named-eval-arguments.js
methods-restricted-properties.js
methods.js
numeric-property-names.js
prototype-getter.js
prototype-property.js
prototype-setter.js
prototype-wiring.js
setters-non-configurable-err.js
setters-prop-desc.js
setters-restricted-ids.js
side-effects-in-extends.js
side-effects-in-property-define.js
this-access-restriction-2.js
this-access-restriction.js
this-check-ordering.js