test262/test/language/statements/class/subclass
André Bargull b74b15c49c
Derived class constructor checks are executed after leaving the function body (#3129)
2021-08-04 09:58:24 -07:00
..
builtin-objects tag subclass tests with WeakSet and WeakMap (#2421) 2019-11-11 20:58:38 -05:00
binding.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
builtins.js add missing newlines in tests 2019-11-10 20:18:56 -08:00
class-definition-evaluation-empty-constructor-heritage-present.js
class-definition-null-proto-contains-return-override.js Update tests for classes extending null 2017-02-22 18:04:43 +01:00
class-definition-null-proto-missing-return-override.js Update tests for classes extending null 2017-02-22 18:04:43 +01:00
class-definition-null-proto-super.js fix super evaluation order tests 2020-02-20 12:37:03 -05:00
class-definition-null-proto-this.js Update tests for classes extending null 2017-02-22 18:04:43 +01:00
class-definition-null-proto.js Update tests for classes extending null 2017-02-22 18:04:43 +01:00
class-definition-parent-proto-null.js
default-constructor-2.js
default-constructor-spread-override.js chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
default-constructor.js
derived-class-return-override-catch-finally-arrow.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-catch-finally.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-catch-super-arrow.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-catch-super.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-catch.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-finally-super-arrow.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-finally-super.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-for-of-arrow.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-for-of.js Derived class constructor checks are executed after leaving the function body (#3129) 2021-08-04 09:58:24 -07:00
derived-class-return-override-with-boolean.js
derived-class-return-override-with-empty.js
derived-class-return-override-with-null.js
derived-class-return-override-with-number.js
derived-class-return-override-with-object.js
derived-class-return-override-with-string.js
derived-class-return-override-with-symbol.js Add missing Symbol features flags 2017-09-07 15:51:13 -04:00
derived-class-return-override-with-this.js
derived-class-return-override-with-undefined.js
superclass-arrow-function.js Add arrow function test 2020-05-13 12:58:33 -04:00
superclass-async-function.js Add async function test 2020-05-13 12:58:33 -04:00
superclass-async-generator-function.js Add async generator function test 2020-05-13 12:58:33 -04:00
superclass-bound-function.js Rename bound function test and update meta 2020-05-13 12:58:33 -04:00
superclass-generator-function.js Rename & improve generator function test 2020-05-13 12:58:33 -04:00
superclass-prototype-setter-constructor.js chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
superclass-prototype-setter-method-override.js chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00
superclass-static-method-override.js chore: migrate $ERROR -> throw new Test262Error in test/language/s* 2021-07-29 10:38:53 -04:00