test262/test/language/statements/class/subclass
Gus Caplan 516ca9af39 Update tests for ECMA262 #2216
https://github.com/tc39/ecma262/pull/2216
2021-02-26 11:49:49 -05:00
..
builtin-objects
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 Update tests for ECMA262 #2216 2021-02-26 11:49:49 -05:00
default-constructor.js
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
superclass-prototype-setter-method-override.js
superclass-static-method-override.js