mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-arraybuffer-length
|
||||||
es6id: 24.1.2.1
|
es6id: 24.1.2.1
|
||||||
description: >
|
description: >
|
||||||
Throws a RangeError if requested Data Block is too large.
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-arraybuffer-length
|
||||||
es6id: 24.1.2.1
|
es6id: 24.1.2.1
|
||||||
description: >
|
description: >
|
||||||
The new ArrayBuffer instance is created prior to allocating the Data Block.
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-arraybuffer-length
|
||||||
es6id: 24.1.2.1
|
es6id: 24.1.2.1
|
||||||
description: >
|
description: >
|
||||||
[[Prototype]] defaults to %ArrayBufferPrototype% if NewTarget.prototype is not an object.
|
[[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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-arraybuffer-length
|
||||||
es6id: 24.1.2.1
|
es6id: 24.1.2.1
|
||||||
description: >
|
description: >
|
||||||
The [[Prototype]] internal slot is computed from NewTarget.
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-arraybuffer-length
|
||||||
es6id: 24.1.2.1
|
es6id: 24.1.2.1
|
||||||
description: >
|
description: >
|
||||||
Throws a TypeError if ArrayBuffer is called as a function.
|
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.
|
// This code is governed by the BSD license found in the LICENSE file.
|
||||||
|
|
||||||
/*---
|
/*---
|
||||||
|
esid: sec-arraybuffer-length
|
||||||
es6id: 24.1.2.1
|
es6id: 24.1.2.1
|
||||||
description: >
|
description: >
|
||||||
The `length` parameter can be zero.
|
The `length` parameter can be zero.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user