browser.js |
|
0 |
class-ctor-realm.js |
---
esid: sec-ecmascript-function-objects-call-thisargument-argumentslist
description: >
Error when invoking a default class constructor, honoring the Realm
that the class was defined in.
features: [cross-realm, class]
--- |
547 |
class-ctor.js |
---
esid: sec-ecmascript-function-objects-call-thisargument-argumentslist
description: Error when invoking a class constructor
info: |
[...]
2. If F's [[FunctionKind]] internal slot is "classConstructor", throw a
TypeError exception.
features: [class]
--- |
491 |
shell.js |
|
0 |