mirror of https://github.com/tc39/test262.git
add esid to array/prototype/entries (#1099)
This commit is contained in:
parent
e9c50b3ac2
commit
69d85e2622
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
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".
|
||||||
|
|
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
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.
|
||||||
|
|
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.entries.length value and descriptor.
|
Array.prototype.entries.length value and descriptor.
|
||||||
|
|
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.entries.name value and descriptor.
|
Array.prototype.entries.name value and descriptor.
|
||||||
|
|
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
description: >
|
description: >
|
||||||
Property type and descriptor.
|
Property type and descriptor.
|
||||||
|
|
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
description: >
|
description: >
|
||||||
Return abrupt from ToObject(this value).
|
Return abrupt from ToObject(this value).
|
||||||
|
|
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
description: >
|
description: >
|
||||||
Creates an iterator from a custom object.
|
Creates an iterator from a custom object.
|
||||||
|
|
|
@ -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.entries
|
||||||
es6id: 22.1.3.4
|
es6id: 22.1.3.4
|
||||||
description: >
|
description: >
|
||||||
The method should return an Iterator instance.
|
The method should return an Iterator instance.
|
||||||
|
|
Loading…
Reference in New Issue