add esid to array/prototype/values tests

This commit is contained in:
deathbearbrown 2017-07-03 10:20:05 -07:00 committed by Rick Waldron
parent b2737b2d82
commit 7cc2e921c8
8 changed files with 8 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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: > description: >
New items in the array are accessible via iteration until iterator is "done". New items in the array are accessible via iteration until iterator is "done".

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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: > description: >
The return is a valid iterator with the array's numeric properties. The return is a valid iterator with the array's numeric properties.

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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: Array.prototype.values `length` property description: Array.prototype.values `length` property
info: > info: >

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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: Array.prototype.values `name` property description: Array.prototype.values `name` property
info: > info: >

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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: Array.prototype.values property descriptor description: Array.prototype.values property descriptor
info: > info: >

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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: > description: >
Creates an iterator from a custom object. Creates an iterator from a custom object.

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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: > description: >
The method should return an Iterator instance. The method should return an Iterator instance.

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-array.prototype.values
es6id: 22.1.3.29 es6id: 22.1.3.29
description: > description: >
`this` value not object coercible `this` value not object coercible