Replace remaining es7id tags with id

This commit is contained in:
Gorkem Yakin 2016-02-12 16:27:10 -08:00
parent ebda746e6a
commit 428418d5c7
3 changed files with 3 additions and 3 deletions

View File

@ -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% ( )

View File

@ -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: >

View File

@ -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: >