mirror of https://github.com/tc39/test262.git
add esid to ArrayBuffer/isView tests
This commit is contained in:
parent
95b2c2d8d1
commit
2ec260f126
|
@ -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.isview
|
||||||
es6id: 24.1.3.1
|
es6id: 24.1.3.1
|
||||||
description: >
|
description: >
|
||||||
ArrayBuffer.isView.length is 1.
|
ArrayBuffer.isView.length is 1.
|
||||||
|
|
|
@ -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.isview
|
||||||
es6id: 24.1.3.1
|
es6id: 24.1.3.1
|
||||||
description: >
|
description: >
|
||||||
ArrayBuffer.isView.name is "isView".
|
ArrayBuffer.isView.name is "isView".
|
||||||
|
|
Loading…
Reference in New Issue