mirror of https://github.com/tc39/test262.git
add esid to ArrayBuffer/prototype/byteLength tests
This commit is contained in:
parent
9c69a0204e
commit
c2195a0aa1
|
@ -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-get-arraybuffer.prototype.bytelength
|
||||||
es6id: 24.1.4.1
|
es6id: 24.1.4.1
|
||||||
description: >
|
description: >
|
||||||
get ArrayBuffer.prototype.byteLength.length is 0.
|
get ArrayBuffer.prototype.byteLength.length is 0.
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||||
// 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-get-arraybuffer.prototype.bytelength
|
||||||
es6id: 24.1.4.1
|
es6id: 24.1.4.1
|
||||||
description: >
|
description: >
|
||||||
get ArrayBuffer.prototype.byteLength
|
get ArrayBuffer.prototype.byteLength
|
||||||
|
|
Loading…
Reference in New Issue