Info: adds "sec-evaluatenew" step to info for all "not-a-constructor.js" tests.

This commit is contained in:
Rick Waldron 2020-10-05 14:36:06 -04:00
parent 8aacff591c
commit d576baf73f
361 changed files with 2863 additions and 716 deletions

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.prototype.getYear does not implement [[Construct]] Date.prototype.getYear does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.prototype.setYear does not implement [[Construct]] Date.prototype.setYear does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.prototype.toGMTString does not implement [[Construct]] Date.prototype.toGMTString does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.anchor does not implement [[Construct]] String.prototype.anchor does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.big does not implement [[Construct]] String.prototype.big does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.blink does not implement [[Construct]] String.prototype.blink does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.bold does not implement [[Construct]] String.prototype.bold does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.fixed does not implement [[Construct]] String.prototype.fixed does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.fontcolor does not implement [[Construct]] String.prototype.fontcolor does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.fontsize does not implement [[Construct]] String.prototype.fontsize does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.italics does not implement [[Construct]] String.prototype.italics does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.link does not implement [[Construct]] String.prototype.link does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.small does not implement [[Construct]] String.prototype.small does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.strike does not implement [[Construct]] String.prototype.strike does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.sub does not implement [[Construct]] String.prototype.sub does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.substr does not implement [[Construct]] String.prototype.substr does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
String.prototype.sup does not implement [[Construct]] String.prototype.sup does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
escape does not implement [[Construct]] escape does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,18 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
unescape does not implement [[Construct]] unescape does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.from does not implement [[Construct]] Array.from does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.isArray does not implement [[Construct]] Array.isArray does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.of does not implement [[Construct]] Array.of does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype[Symbol.iterator] does not implement [[Construct]] Array.prototype[Symbol.iterator] does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Symbol, Symbol.iterator, arrow-function] features: [Reflect.construct, Symbol, Symbol.iterator, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.concat does not implement [[Construct]] Array.prototype.concat does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.copyWithin does not implement [[Construct]] Array.prototype.copyWithin does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.entries does not implement [[Construct]] Array.prototype.entries does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.every does not implement [[Construct]] Array.prototype.every does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.fill does not implement [[Construct]] Array.prototype.fill does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.filter does not implement [[Construct]] Array.prototype.filter does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.find does not implement [[Construct]] Array.prototype.find does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.findIndex does not implement [[Construct]] Array.prototype.findIndex does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.flat does not implement [[Construct]] Array.prototype.flat does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.flatMap does not implement [[Construct]] Array.prototype.flatMap does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Array.prototype.flatMap, arrow-function] features: [Reflect.construct, Array.prototype.flatMap, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.forEach does not implement [[Construct]] Array.prototype.forEach does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.includes does not implement [[Construct]] Array.prototype.includes does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.indexOf does not implement [[Construct]] Array.prototype.indexOf does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.join does not implement [[Construct]] Array.prototype.join does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.keys does not implement [[Construct]] Array.prototype.keys does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.lastIndexOf does not implement [[Construct]] Array.prototype.lastIndexOf does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.map does not implement [[Construct]] Array.prototype.map does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.pop does not implement [[Construct]] Array.prototype.pop does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.push does not implement [[Construct]] Array.prototype.push does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.reduce does not implement [[Construct]] Array.prototype.reduce does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.reduceRight does not implement [[Construct]] Array.prototype.reduceRight does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.reverse does not implement [[Construct]] Array.prototype.reverse does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.shift does not implement [[Construct]] Array.prototype.shift does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.slice does not implement [[Construct]] Array.prototype.slice does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.some does not implement [[Construct]] Array.prototype.some does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.sort does not implement [[Construct]] Array.prototype.sort does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.splice does not implement [[Construct]] Array.prototype.splice does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.toLocaleString does not implement [[Construct]] Array.prototype.toLocaleString does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.toString does not implement [[Construct]] Array.prototype.toString does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.unshift does not implement [[Construct]] Array.prototype.unshift does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Array.prototype.values does not implement [[Construct]] Array.prototype.values does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Array.prototype.values, arrow-function] features: [Reflect.construct, Array.prototype.values, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
ArrayBuffer.isView does not implement [[Construct]] ArrayBuffer.isView does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, ArrayBuffer, arrow-function] features: [Reflect.construct, ArrayBuffer, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
ArrayBuffer.prototype.slice does not implement [[Construct]] ArrayBuffer.prototype.slice does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, ArrayBuffer, arrow-function] features: [Reflect.construct, ArrayBuffer, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.add does not implement [[Construct]] Atomics.add does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.and does not implement [[Construct]] Atomics.and does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.compareExchange does not implement [[Construct]] Atomics.compareExchange does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.exchange does not implement [[Construct]] Atomics.exchange does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.isLockFree does not implement [[Construct]] Atomics.isLockFree does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.load does not implement [[Construct]] Atomics.load does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.notify does not implement [[Construct]] Atomics.notify does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.or does not implement [[Construct]] Atomics.or does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.store does not implement [[Construct]] Atomics.store does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.sub does not implement [[Construct]] Atomics.sub does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Atomics.xor does not implement [[Construct]] Atomics.xor does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer] features: [Reflect.construct, Atomics, arrow-function, TypedArray, SharedArrayBuffer]
---*/ ---*/

View File

@ -3,13 +3,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
BigInt.asIntN does not implement [[Construct]] BigInt.asIntN does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, BigInt, arrow-function] features: [Reflect.construct, BigInt, arrow-function]
---*/ ---*/

View File

@ -3,13 +3,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
BigInt.asUintN does not implement [[Construct]] BigInt.asUintN does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, BigInt, arrow-function] features: [Reflect.construct, BigInt, arrow-function]
---*/ ---*/

View File

@ -3,13 +3,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
BigInt.prototype.toLocaleString does not implement [[Construct]] BigInt.prototype.toLocaleString does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, BigInt, arrow-function] features: [Reflect.construct, BigInt, arrow-function]
---*/ ---*/

View File

@ -3,13 +3,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
BigInt.prototype.toString does not implement [[Construct]] BigInt.prototype.toString does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, BigInt, arrow-function] features: [Reflect.construct, BigInt, arrow-function]
---*/ ---*/

View File

@ -3,13 +3,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
BigInt.prototype.valueOf does not implement [[Construct]] BigInt.prototype.valueOf does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, BigInt, arrow-function] features: [Reflect.construct, BigInt, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Boolean.prototype.toString does not implement [[Construct]] Boolean.prototype.toString does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Boolean.prototype.valueOf does not implement [[Construct]] Boolean.prototype.valueOf does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getBigInt64 does not implement [[Construct]] DataView.prototype.getBigInt64 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, BigInt, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, BigInt, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getBigUint64 does not implement [[Construct]] DataView.prototype.getBigUint64 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getFloat32 does not implement [[Construct]] DataView.prototype.getFloat32 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getFloat64 does not implement [[Construct]] DataView.prototype.getFloat64 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getInt16 does not implement [[Construct]] DataView.prototype.getInt16 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getInt32 does not implement [[Construct]] DataView.prototype.getInt32 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getInt8 does not implement [[Construct]] DataView.prototype.getInt8 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getUint16 does not implement [[Construct]] DataView.prototype.getUint16 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getUint32 does not implement [[Construct]] DataView.prototype.getUint32 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.getUint8 does not implement [[Construct]] DataView.prototype.getUint8 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setBigInt64 does not implement [[Construct]] DataView.prototype.setBigInt64 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, BigInt, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, BigInt, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setBigUint64 does not implement [[Construct]] DataView.prototype.setBigUint64 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setFloat32 does not implement [[Construct]] DataView.prototype.setFloat32 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setFloat64 does not implement [[Construct]] DataView.prototype.setFloat64 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setInt16 does not implement [[Construct]] DataView.prototype.setInt16 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setInt32 does not implement [[Construct]] DataView.prototype.setInt32 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setInt8 does not implement [[Construct]] DataView.prototype.setInt8 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setUint16 does not implement [[Construct]] DataView.prototype.setUint16 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setUint32 does not implement [[Construct]] DataView.prototype.setUint32 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
DataView.prototype.setUint8 does not implement [[Construct]] DataView.prototype.setUint8 does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, DataView, arrow-function, ArrayBuffer] features: [Reflect.construct, DataView, arrow-function, ArrayBuffer]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.UTC does not implement [[Construct]] Date.UTC does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.now does not implement [[Construct]] Date.now does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.parse does not implement [[Construct]] Date.parse does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.prototype.getDate does not implement [[Construct]] Date.prototype.getDate does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.prototype.getDay does not implement [[Construct]] Date.prototype.getDay does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

View File

@ -4,13 +4,19 @@
/*--- /*---
esid: sec-ecmascript-standard-built-in-objects esid: sec-ecmascript-standard-built-in-objects
description: > description: >
Date.prototype.getFullYear does not implement [[Construct]] Date.prototype.getFullYear does not implement [[Construct]], is not new-able
info: | info: |
ECMAScript Function Objects ECMAScript Function Objects
Built-in function objects that are not identified as constructors do not Built-in function objects that are not identified as constructors do not
implement the [[Construct]] internal method unless otherwise specified in implement the [[Construct]] internal method unless otherwise specified in
the description of a particular function. the description of a particular function.
sec-evaluatenew
...
7. If IsConstructor(constructor) is false, throw a TypeError exception.
...
includes: [isConstructor.js] includes: [isConstructor.js]
features: [Reflect.construct, arrow-function] features: [Reflect.construct, arrow-function]
---*/ ---*/

Some files were not shown because too many files have changed in this diff Show More