mirror of https://github.com/tc39/test262.git
add esid to ArrayBuffer/prototype tests
This commit is contained in:
parent
2ec260f126
commit
9c69a0204e
|
@ -1,6 +1,7 @@
|
|||
// Copyright (C) 2015 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
esid: sec-arraybuffer.prototype-@@tostringtag
|
||||
es6id: 24.1.4.4
|
||||
description: >
|
||||
`Symbol.toStringTag` property descriptor
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
esid: sec-arraybuffer.prototype.constructor
|
||||
es6id: 24.1.4.2
|
||||
description: >
|
||||
The `ArrayBuffer.prototype.constructor` property descriptor.
|
||||
|
|
Loading…
Reference in New Issue