mirror of
https://github.com/tc39/test262.git
synced 2025-07-08 14:44:42 +02:00
Fix some esids that should have been lower case
This commit is contained in:
parent
81ba0de350
commit
823f4cfd20
@ -2,7 +2,7 @@
|
|||||||
// 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.findLast
|
esid: sec-array.prototype.findlast
|
||||||
description: >
|
description: >
|
||||||
Array.p.findLast behaves correctly when receiver is backed by resizable
|
Array.p.findLast behaves correctly when receiver is backed by resizable
|
||||||
buffer
|
buffer
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed works on frozen objects
|
Array.prototype.toReversed works on frozen objects
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed gets the array elements from the last one to the first one.
|
Array.prototype.toReversed gets the array elements from the last one to the first one.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed does not preserve holes in the array
|
Array.prototype.toReversed does not preserve holes in the array
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed ignores @@species
|
Array.prototype.toReversed ignores @@species
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed does not mutate its this value
|
Array.prototype.toReversed does not mutate its this value
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed creates an empty array if the this value .length is not a positive integer.
|
Array.prototype.toReversed creates an empty array if the this value .length is not a positive integer.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed caches the length getting the array elements.
|
Array.prototype.toReversed caches the length getting the array elements.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed limits the length to 2 ** 32 - 1
|
Array.prototype.toReversed limits the length to 2 ** 32 - 1
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed caches the length getting the array elements.
|
Array.prototype.toReversed caches the length getting the array elements.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed converts the this value length to a number.
|
Array.prototype.toReversed converts the this value length to a number.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
The "length" property of Array.prototype.toReversed
|
The "length" property of Array.prototype.toReversed
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed.name is "toReversed".
|
Array.prototype.toReversed.name is "toReversed".
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
"toReversed" property of Array.prototype
|
"toReversed" property of Array.prototype
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed converts booleans to objects
|
Array.prototype.toReversed converts booleans to objects
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed throws if the receiver is null or undefined
|
Array.prototype.toReversed throws if the receiver is null or undefined
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toReversed
|
esid: sec-array.prototype.toreversed
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toReversed returns a new array even if it has zero or one elements
|
Array.prototype.toReversed returns a new array even if it has zero or one elements
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted reads all the array elements before calling compareFn
|
Array.prototype.toSorted reads all the array elements before calling compareFn
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted verifies that the comparator is callable before reading the length.
|
Array.prototype.toSorted verifies that the comparator is callable before reading the length.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted doesn't call compareFn if there is an error
|
Array.prototype.toSorted doesn't call compareFn if there is an error
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted works on frozen objects
|
Array.prototype.toSorted works on frozen objects
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted does not preserve holes in the array
|
Array.prototype.toSorted does not preserve holes in the array
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted ignores @@species
|
Array.prototype.toSorted ignores @@species
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted does not mutate its this value
|
Array.prototype.toSorted does not mutate its this value
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted creates an empty array if the this value .length is not a positive integer.
|
Array.prototype.toSorted creates an empty array if the this value .length is not a positive integer.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted caches the length getting the array elements.
|
Array.prototype.toSorted caches the length getting the array elements.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted limits the length to 2 ** 32 - 1
|
Array.prototype.toSorted limits the length to 2 ** 32 - 1
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted caches the length getting the array elements.
|
Array.prototype.toSorted caches the length getting the array elements.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted converts the this value length to a number.
|
Array.prototype.toSorted converts the this value length to a number.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
The "length" property of Array.prototype.toSorted
|
The "length" property of Array.prototype.toSorted
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted.name is "toSorted".
|
Array.prototype.toSorted.name is "toSorted".
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
"toSorted" property of Array.prototype
|
"toSorted" property of Array.prototype
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted converts booleans to objects
|
Array.prototype.toSorted converts booleans to objects
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted throws if the receiver is null or undefined
|
Array.prototype.toSorted throws if the receiver is null or undefined
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSorted
|
esid: sec-array.prototype.tosorted
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSorted returns a new array even if it has zero or one elements
|
Array.prototype.toSorted returns a new array even if it has zero or one elements
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: deleteCount is clamped between zero and len - actualStart
|
description: deleteCount is clamped between zero and len - actualStart
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: Array.prototype.toSpliced deletes the elements after start when called with one argument
|
description: Array.prototype.toSpliced deletes the elements after start when called with one argument
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: Array.prototype.toSpliced(number, undefined) returns a copy of the original array
|
description: Array.prototype.toSpliced(number, undefined) returns a copy of the original array
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: Array.prototype.toSpliced does not Get the discarded elements in the original array
|
description: Array.prototype.toSpliced does not Get the discarded elements in the original array
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: Array.prototype.toSpliced reads the items of the original array in order
|
description: Array.prototype.toSpliced reads the items of the original array in order
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced works on frozen objects
|
Array.prototype.toSpliced works on frozen objects
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced does not preserve holes in the array
|
Array.prototype.toSpliced does not preserve holes in the array
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced ignores @@species
|
Array.prototype.toSpliced ignores @@species
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced does not mutate its this value
|
Array.prototype.toSpliced does not mutate its this value
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced treats its `this` value's `length` property as zero if the
|
Array.prototype.toSpliced treats its `this` value's `length` property as zero if the
|
||||||
property's value is not a positive integer.
|
property's value is not a positive integer.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Length is clamped to 2^53-1 when they exceed the integer limit.
|
Length is clamped to 2^53-1 when they exceed the integer limit.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced caches the length getting the array elements.
|
Array.prototype.toSpliced caches the length getting the array elements.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced limits the length to 2 ** 32 - 1
|
Array.prototype.toSpliced limits the length to 2 ** 32 - 1
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced caches the length getting the array elements.
|
Array.prototype.toSpliced caches the length getting the array elements.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced converts the this value length to a number.
|
Array.prototype.toSpliced converts the this value length to a number.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
The "length" property of Array.prototype.toSpliced
|
The "length" property of Array.prototype.toSpliced
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced gets array elements one at a time.
|
Array.prototype.toSpliced gets array elements one at a time.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced.name is "toSpliced".
|
Array.prototype.toSpliced.name is "toSpliced".
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
"toSpliced" property of Array.prototype
|
"toSpliced" property of Array.prototype
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: Array.prototype.toSpliced returns a copy of the array if called with zero arguments
|
description: Array.prototype.toSpliced returns a copy of the array if called with zero arguments
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: Array.prototype.toSpliced(undefined, undefined) returns a copy of the original array
|
description: Array.prototype.toSpliced(undefined, undefined) returns a copy of the original array
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced clamps the start argument to the this value length.
|
Array.prototype.toSpliced clamps the start argument to the this value length.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced treats negative Infinity as zero for start.
|
Array.prototype.toSpliced treats negative Infinity as zero for start.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced treats a value smaller than -length as zero for start.
|
Array.prototype.toSpliced treats a value smaller than -length as zero for start.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced treats a negative start as relative to the end.
|
Array.prototype.toSpliced treats a negative start as relative to the end.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: Array.prototype.toSpliced(undefined) returns an empty array
|
description: Array.prototype.toSpliced(undefined) returns an empty array
|
||||||
info: |
|
info: |
|
||||||
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced converts booleans to objects
|
Array.prototype.toSpliced converts booleans to objects
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced throws if the receiver is null or undefined
|
Array.prototype.toSpliced throws if the receiver is null or undefined
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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.toSpliced
|
esid: sec-array.prototype.tospliced
|
||||||
description: >
|
description: >
|
||||||
Array.prototype.toSpliced returns a new array even if it the result is equal to the original array
|
Array.prototype.toSpliced returns a new array even if it the result is equal to the original array
|
||||||
features: [change-array-by-copy]
|
features: [change-array-by-copy]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-dataview.prototype.getFloat16
|
esid: sec-dataview.prototype.getfloat16
|
||||||
description: >
|
description: >
|
||||||
ToIndex conversions on byteOffset
|
ToIndex conversions on byteOffset
|
||||||
features: [Float16Array, DataView.prototype.setUint8]
|
features: [Float16Array, DataView.prototype.setUint8]
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-dataview.prototype.setFloat16
|
esid: sec-dataview.prototype.setfloat16
|
||||||
description: >
|
description: >
|
||||||
Index bounds checks are performed after value conversion.
|
Index bounds checks are performed after value conversion.
|
||||||
features: [Float16Array]
|
features: [Float16Array]
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (c) 2021 the V8 project authors. All rights reserved.
|
// Copyright (c) 2021 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-error.prototype.toString
|
esid: sec-error.prototype.tostring
|
||||||
description: Property descriptor of Error.prototype.toString
|
description: Property descriptor of Error.prototype.toString
|
||||||
includes: [propertyHelper.js]
|
includes: [propertyHelper.js]
|
||||||
---*/
|
---*/
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Verify the parameters order on the given callback.
|
Verify the parameters order on the given callback.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Returns error from callback result is abrupt.
|
Returns error from callback result is abrupt.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
If a thisArg is not provided, undefined will be used as the this value for
|
If a thisArg is not provided, undefined will be used as the this value for
|
||||||
each invocation of callbackfn.
|
each invocation of callbackfn.
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
If a thisArg is not provided, undefined will be used as the this value for
|
If a thisArg is not provided, undefined will be used as the this value for
|
||||||
each invocation of callbackfn.
|
each invocation of callbackfn.
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Map state with deleted values during forEach.
|
Map state with deleted values during forEach.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Throws a TypeError if `this` is a Set object.
|
Throws a TypeError if `this` is a Set object.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Throws a TypeError if `this` is a WeakMap object.
|
Throws a TypeError if `this` is a WeakMap object.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
|
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Throws a TypeError if first argument is not callable.
|
Throws a TypeError if first argument is not callable.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Property type and descriptor.
|
Property type and descriptor.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Repeats for each non-empty record, in original key insertion order.
|
Repeats for each non-empty record, in original key insertion order.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
New keys are visited if created during forEach execution.
|
New keys are visited if created during forEach execution.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
New keys are visited if created during forEach execution.
|
New keys are visited if created during forEach execution.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Map.prototype.forEach.length value and descriptor.
|
Map.prototype.forEach.length value and descriptor.
|
||||||
info: |
|
info: |
|
||||||
|
2
test/built-ins/Map/prototype/forEach/name.js
vendored
2
test/built-ins/Map/prototype/forEach/name.js
vendored
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Map.prototype.forEach.name value and descriptor.
|
Map.prototype.forEach.name value and descriptor.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Returns undefined.
|
Returns undefined.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
If a thisArg parameter is provided, it will be used as the this value for each
|
If a thisArg parameter is provided, it will be used as the this value for each
|
||||||
invocation of callbackfn.
|
invocation of callbackfn.
|
||||||
|
@ -1,7 +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-map.prototype.forEach
|
esid: sec-map.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Throws a TypeError if `this` is not an Object.
|
Throws a TypeError if `this` is not an Object.
|
||||||
info: |
|
info: |
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Invocation of the constructor's `resolve` method for iterable with promise values
|
Invocation of the constructor's `resolve` method for iterable with promise values
|
||||||
esid: sec-promise.allSettled
|
esid: sec-promise.allsettled
|
||||||
info: |
|
info: |
|
||||||
7. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
7. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Invocation of the constructor's `resolve` method for iterable with promise values
|
Invocation of the constructor's `resolve` method for iterable with promise values
|
||||||
esid: sec-promise.allSettled
|
esid: sec-promise.allsettled
|
||||||
info: |
|
info: |
|
||||||
7. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
7. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: >
|
description: >
|
||||||
Invocation of the constructor's `resolve` method for iterable with non-promise values
|
Invocation of the constructor's `resolve` method for iterable with non-promise values
|
||||||
esid: sec-promise.allSettled
|
esid: sec-promise.allsettled
|
||||||
info: |
|
info: |
|
||||||
5. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
5. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: >
|
description: >
|
||||||
Resolved promises ignore rejections through deferred invocation of the
|
Resolved promises ignore rejections through deferred invocation of the
|
||||||
provided resolving function
|
provided resolving function
|
||||||
esid: sec-promise.allSettled
|
esid: sec-promise.allsettled
|
||||||
info: |
|
info: |
|
||||||
Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
description: >
|
description: >
|
||||||
Resolved promises ignore rejections through immediate invocation of the
|
Resolved promises ignore rejections through immediate invocation of the
|
||||||
provided resolving function
|
provided resolving function
|
||||||
esid: sec-promise.allSettled
|
esid: sec-promise.allsettled
|
||||||
info: |
|
info: |
|
||||||
Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-promise.allSettled
|
esid: sec-promise.allsettled
|
||||||
description: >
|
description: >
|
||||||
If the constructor's `resolve` method is not callable, reject with a TypeError.
|
If the constructor's `resolve` method is not callable, reject with a TypeError.
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: RegExp#unicodeSets invoked on a cross-realm object
|
description: RegExp#unicodeSets invoked on a cross-realm object
|
||||||
info: |
|
info: |
|
||||||
get RegExp.prototype.unicodeSets -> RegExpHasFlag
|
get RegExp.prototype.unicodeSets -> RegExpHasFlag
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: >
|
description: >
|
||||||
get RegExp.prototype.unicodeSets.length is 0.
|
get RegExp.prototype.unicodeSets.length is 0.
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2022 Mathias Bynens, Ron Buckton, and the V8 project authors. All rights reserved.
|
// Copyright (C) 2022 Mathias Bynens, Ron Buckton, and 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: >
|
description: >
|
||||||
RegExp.prototype.unicodeSets name
|
RegExp.prototype.unicodeSets name
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Copyright (C) 2022 Mathias Bynens, Ron Buckton, and the V8 project authors. All rights reserved.
|
// Copyright (C) 2022 Mathias Bynens, Ron Buckton, and 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: >
|
description: >
|
||||||
`pending` property descriptor
|
`pending` property descriptor
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: Invoked on an object without an [[OriginalFlags]] internal slot
|
description: Invoked on an object without an [[OriginalFlags]] internal slot
|
||||||
info: |
|
info: |
|
||||||
get RegExp.prototype.unicodeSets -> RegExpHasFlag
|
get RegExp.prototype.unicodeSets -> RegExpHasFlag
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: >
|
description: >
|
||||||
`unicodeSets` accessor invoked on a non-object value
|
`unicodeSets` accessor invoked on a non-object value
|
||||||
info: |
|
info: |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: >
|
description: >
|
||||||
Return value of `undefined` when the "this" value is the RegExp prototype
|
Return value of `undefined` when the "this" value is the RegExp prototype
|
||||||
object
|
object
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
// 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-get-regexp.prototype.unicodeSets
|
esid: sec-get-regexp.prototype.unicodesets
|
||||||
description: >
|
description: >
|
||||||
`unicodeSets` accessor function invoked on a RegExp instance
|
`unicodeSets` accessor function invoked on a RegExp instance
|
||||||
info: |
|
info: |
|
||||||
|
@ -1,7 +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-set.prototype.forEach
|
esid: sec-set.prototype.foreach
|
||||||
description: >
|
description: >
|
||||||
Set.prototype.forEach ( callbackfn [ , thisArg ] )
|
Set.prototype.forEach ( callbackfn [ , thisArg ] )
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user