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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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