add esid to ArrayBuffer/prototype tests

This commit is contained in:
deathbearbrown 2017-07-03 10:37:27 -07:00 committed by Rick Waldron
parent 2ec260f126
commit 9c69a0204e
2 changed files with 2 additions and 0 deletions

View File

@ -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-arraybuffer.prototype-@@tostringtag
es6id: 24.1.4.4 es6id: 24.1.4.4
description: > description: >
`Symbol.toStringTag` property descriptor `Symbol.toStringTag` property descriptor

View File

@ -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.prototype.constructor
es6id: 24.1.4.2 es6id: 24.1.4.2
description: > description: >
The `ArrayBuffer.prototype.constructor` property descriptor. The `ArrayBuffer.prototype.constructor` property descriptor.