mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 08:24:23 +02:00
fixup! Fix missing renames for item->at
This commit is contained in:
parent
65bd4432f9
commit
2e5ff2461b
@ -5,7 +5,7 @@ esid: sec-array.prototype.at
|
|||||||
description: >
|
description: >
|
||||||
Returns the item value at the specified relative index
|
Returns the item value at the specified relative index
|
||||||
info: |
|
info: |
|
||||||
Array.prototypeitem ( )
|
Array.prototype.at ( )
|
||||||
|
|
||||||
Let O be ? ToObject(this value).
|
Let O be ? ToObject(this value).
|
||||||
Let len be ? LengthOfArrayLike(O).
|
Let len be ? LengthOfArrayLike(O).
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-array.prototype.at
|
|||||||
description: >
|
description: >
|
||||||
Returns the item value at the specified index
|
Returns the item value at the specified index
|
||||||
info: |
|
info: |
|
||||||
Array.prototypeitem ( )
|
Array.prototype.at ( )
|
||||||
|
|
||||||
Let O be ? ToObject(this value).
|
Let O be ? ToObject(this value).
|
||||||
Let len be ? LengthOfArrayLike(O).
|
Let len be ? LengthOfArrayLike(O).
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-array.prototype.at
|
|||||||
description: >
|
description: >
|
||||||
Returns the item value at the specified index, respecting holes in sparse arrays.
|
Returns the item value at the specified index, respecting holes in sparse arrays.
|
||||||
info: |
|
info: |
|
||||||
Array.prototypeitem ( )
|
Array.prototype.at ( )
|
||||||
|
|
||||||
Let O be ? ToObject(this value).
|
Let O be ? ToObject(this value).
|
||||||
Let len be ? LengthOfArrayLike(O).
|
Let len be ? LengthOfArrayLike(O).
|
||||||
|
@ -5,7 +5,7 @@ esid: sec-String.prototype.at
|
|||||||
description: >
|
description: >
|
||||||
The method should return an Iterator instance.
|
The method should return an Iterator instance.
|
||||||
info: |
|
info: |
|
||||||
String.prototypeitem ( )
|
String.prototype.at ( )
|
||||||
|
|
||||||
Let O be ? ToObject(this value).
|
Let O be ? ToObject(this value).
|
||||||
Let len be ? LengthOfStringLike(O).
|
Let len be ? LengthOfStringLike(O).
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
// Copyright (C) 2020 Rick Waldron. All rights reserved.
|
// Copyright (C) 2020 Rick Waldron. 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-String.prototypeitem
|
esid: sec-String.prototype.at
|
||||||
description: >
|
description: >
|
||||||
Returns the item value at the specified relative index
|
Returns the item value at the specified relative index
|
||||||
info: |
|
info: |
|
||||||
String.prototypeitem ( )
|
String.prototype.at ( )
|
||||||
|
|
||||||
Let O be ? ToObject(this value).
|
Let O be ? ToObject(this value).
|
||||||
Let len be ? LengthOfStringLike(O).
|
Let len be ? LengthOfStringLike(O).
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
// Copyright (C) 2020 Rick Waldron. All rights reserved.
|
// Copyright (C) 2020 Rick Waldron. 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-String.prototypeitem
|
esid: sec-String.prototype.at
|
||||||
description: >
|
description: >
|
||||||
Returns the item value at the specified index
|
Returns the item value at the specified index
|
||||||
info: |
|
info: |
|
||||||
String.prototypeitem ( )
|
String.prototype.at ( )
|
||||||
|
|
||||||
Let O be ? ToObject(this value).
|
Let O be ? ToObject(this value).
|
||||||
Let len be ? LengthOfStringLike(O).
|
Let len be ? LengthOfStringLike(O).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user