mirror of https://github.com/tc39/test262.git
add esid to array/prototype/values tests
This commit is contained in:
parent
b2737b2d82
commit
7cc2e921c8
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: >
|
||||
New items in the array are accessible via iteration until iterator is "done".
|
||||
|
|
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: >
|
||||
The return is a valid iterator with the array's numeric properties.
|
||||
|
|
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: Array.prototype.values `length` property
|
||||
info: >
|
||||
|
|
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: Array.prototype.values `name` property
|
||||
info: >
|
||||
|
|
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: Array.prototype.values property descriptor
|
||||
info: >
|
||||
|
|
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: >
|
||||
Creates an iterator from a custom object.
|
||||
|
|
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: >
|
||||
The method should return an Iterator instance.
|
||||
|
|
|
@ -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-array.prototype.values
|
||||
es6id: 22.1.3.29
|
||||
description: >
|
||||
`this` value not object coercible
|
||||
|
|
Loading…
Reference in New Issue