test262/test/language/statements/class/subclass
Rick Waldron 8b4382d2f2
Transform compareArray -> assert.compareArray: test/language/**/*.js (#3239)
2021-10-15 20:35:01 -04:00
..
builtin-objects Transform compareArray -> assert.compareArray: test/language/**/*.js (#3239) 2021-10-15 20:35:01 -04:00
binding.js
builtins.js
class-definition-evaluation-empty-constructor-heritage-present.js
class-definition-null-proto-contains-return-override.js
class-definition-null-proto-missing-return-override.js
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
class-definition-null-proto.js
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
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