add esid to ArrayBuffer/isView tests

This commit is contained in:
deathbearbrown 2017-07-03 10:34:30 -07:00 committed by Rick Waldron
parent 95b2c2d8d1
commit 2ec260f126
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-arraybuffer.isview
es6id: 24.1.3.1
description: >
ArrayBuffer.isView.length is 1.

View File

@ -2,6 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-arraybuffer.isview
es6id: 24.1.3.1
description: >
ArrayBuffer.isView.name is "isView".