add esid to array/prototype/keys test (#1112)

This commit is contained in:
Sue Lockwood 2017-06-30 07:42:28 -07:00 committed by Leo Balter
parent 4fe640b297
commit 7457fe6608
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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
description: > description: >
Array.prototype.keys.length value and descriptor. Array.prototype.keys.length value and descriptor.

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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
description: > description: >
Array.prototype.keys.name value and descriptor. Array.prototype.keys.name value and descriptor.

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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
description: > description: >
Property type and descriptor. Property type and descriptor.

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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
description: > description: >
Return abrupt from ToObject(this value). Return abrupt from ToObject(this value).

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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
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.keys
es6id: 22.1.3.13 es6id: 22.1.3.13
description: > description: >
The method should return an Iterator instance. The method should return an Iterator instance.