mirror of https://github.com/tc39/test262.git
Replace remaining es7id tags with id
This commit is contained in:
parent
ebda746e6a
commit
428418d5c7
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es7id: pending
|
||||
id: pending
|
||||
description: Throw a TypeError exception if directly invoked.
|
||||
info: >
|
||||
22.2.1.1 %TypedArray% ( )
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// Copyright (C) 2016 the V8 project authors. All rights reserved.
|
||||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
/*---
|
||||
es7id: pending
|
||||
id: pending
|
||||
description: >
|
||||
TypedArray has a "length" property whose value is 0.
|
||||
info: >
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// This code is governed by the BSD license found in the LICENSE file.
|
||||
|
||||
/*---
|
||||
es7id: pending
|
||||
id: pending
|
||||
description: >
|
||||
TypedArray's [[ByteOffset]] internal slot is always a positive number, test with negative zero.
|
||||
info: >
|
||||
|
|
Loading…
Reference in New Issue