mirror of https://github.com/tc39/test262.git
add esid to ArrayBuffer tests
This commit is contained in:
parent
7cc2e921c8
commit
95b2c2d8d1
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-arraybuffer-length
|
||||
es6id: 24.1.2.1
|
||||
description: >
|
||||
Throws a RangeError if requested Data Block is too large.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-arraybuffer-length
|
||||
es6id: 24.1.2.1
|
||||
description: >
|
||||
The new ArrayBuffer instance is created prior to allocating the Data Block.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-arraybuffer-length
|
||||
es6id: 24.1.2.1
|
||||
description: >
|
||||
[[Prototype]] defaults to %ArrayBufferPrototype% if NewTarget.prototype is not an object.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-arraybuffer-length
|
||||
es6id: 24.1.2.1
|
||||
description: >
|
||||
The [[Prototype]] internal slot is computed from NewTarget.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-arraybuffer-length
|
||||
es6id: 24.1.2.1
|
||||
description: >
|
||||
Throws a TypeError if ArrayBuffer is called as a function.
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-arraybuffer-length
|
||||
es6id: 24.1.2.1
|
||||
description: >
|
||||
The `length` parameter can be zero.
|
||||
|
|
Loading…
Reference in New Issue