Fix some esids that should have been lower case

This commit is contained in:
Ms2ger 2025-06-09 15:35:15 +02:00 committed by Philip Chimento
parent 81ba0de350
commit 823f4cfd20
200 changed files with 200 additions and 200 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.findLast
esid: sec-array.prototype.findlast
description: >
Array.p.findLast behaves correctly when receiver is backed by resizable
buffer

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed works on frozen objects
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed gets the array elements from the last one to the first one.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed does not preserve holes in the array
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed ignores @@species
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed does not mutate its this value
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed creates an empty array if the this value .length is not a positive integer.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed caches the length getting the array elements.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed limits the length to 2 ** 32 - 1
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed caches the length getting the array elements.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed converts the this value length to a number.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
The "length" property of Array.prototype.toReversed
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed.name is "toReversed".
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
"toReversed" property of Array.prototype
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed converts booleans to objects
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed throws if the receiver is null or undefined
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toReversed
esid: sec-array.prototype.toreversed
description: >
Array.prototype.toReversed returns a new array even if it has zero or one elements
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted reads all the array elements before calling compareFn
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted verifies that the comparator is callable before reading the length.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted doesn't call compareFn if there is an error
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted works on frozen objects
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted does not preserve holes in the array
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted ignores @@species
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted does not mutate its this value
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted creates an empty array if the this value .length is not a positive integer.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted caches the length getting the array elements.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted limits the length to 2 ** 32 - 1
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted caches the length getting the array elements.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted converts the this value length to a number.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
The "length" property of Array.prototype.toSorted
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted.name is "toSorted".
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
"toSorted" property of Array.prototype
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted converts booleans to objects
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted throws if the receiver is null or undefined
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSorted
esid: sec-array.prototype.tosorted
description: >
Array.prototype.toSorted returns a new array even if it has zero or one elements
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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 works on frozen objects
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// 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 preserve holes in the array
info: |

View File

@ -2,7 +2,7 @@
// 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 ignores @@species
info: |

View File

@ -2,7 +2,7 @@
// 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 mutate its this value
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// 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 treats its `this` value's `length` property as zero if the
property's value is not a positive integer.

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSpliced
esid: sec-array.prototype.tospliced
description: >
Length is clamped to 2^53-1 when they exceed the integer limit.
info: |

View File

@ -2,7 +2,7 @@
// 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 caches the length getting the array elements.
info: |

View File

@ -2,7 +2,7 @@
// 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 limits the length to 2 ** 32 - 1
info: |

View File

@ -2,7 +2,7 @@
// 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 caches the length getting the array elements.
info: |

View File

@ -2,7 +2,7 @@
// 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 converts the this value length to a number.
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSpliced
esid: sec-array.prototype.tospliced
description: >
The "length" property of Array.prototype.toSpliced
info: |

View File

@ -2,7 +2,7 @@
// 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 gets array elements one at a time.
info: |

View File

@ -2,7 +2,7 @@
// 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.name is "toSpliced".
info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.toSpliced
esid: sec-array.prototype.tospliced
description: >
"toSpliced" property of Array.prototype
info: |

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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 clamps the start argument to the this value length.
info: |

View File

@ -2,7 +2,7 @@
// 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 treats negative Infinity as zero for start.
info: |

View File

@ -2,7 +2,7 @@
// 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 treats a value smaller than -length as zero for start.
info: |

View File

@ -2,7 +2,7 @@
// 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 treats a negative start as relative to the end.
info: |

View File

@ -2,7 +2,7 @@
// 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
info: |
22.1.3.25 Array.prototype.toSpliced (start, deleteCount , ...items )

View File

@ -2,7 +2,7 @@
// 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 converts booleans to objects
info: |

View File

@ -2,7 +2,7 @@
// 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 throws if the receiver is null or undefined
info: |

View File

@ -2,7 +2,7 @@
// 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 new array even if it the result is equal to the original array
features: [change-array-by-copy]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getFloat16
esid: sec-dataview.prototype.getfloat16
description: >
ToIndex conversions on byteOffset
features: [Float16Array, DataView.prototype.setUint8]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.setFloat16
esid: sec-dataview.prototype.setfloat16
description: >
Index bounds checks are performed after value conversion.
features: [Float16Array]

View File

@ -1,7 +1,7 @@
// Copyright (c) 2021 the V8 project authors. All rights reserved.
// 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
includes: [propertyHelper.js]
---*/

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Verify the parameters order on the given callback.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Returns error from callback result is abrupt.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
If a thisArg is not provided, undefined will be used as the this value for
each invocation of callbackfn.

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
If a thisArg is not provided, undefined will be used as the this value for
each invocation of callbackfn.

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Map state with deleted values during forEach.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Throws a TypeError if `this` is a Set object.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Throws a TypeError if `this` is a WeakMap object.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Throws a TypeError if `this` object does not have a [[MapData]] internal slot.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Throws a TypeError if first argument is not callable.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Property type and descriptor.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Repeats for each non-empty record, in original key insertion order.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
New keys are visited if created during forEach execution.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
New keys are visited if created during forEach execution.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Map.prototype.forEach.length value and descriptor.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Map.prototype.forEach.name value and descriptor.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Returns undefined.
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
If a thisArg parameter is provided, it will be used as the this value for each
invocation of callbackfn.

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-map.prototype.forEach
esid: sec-map.prototype.foreach
description: >
Throws a TypeError if `this` is not an Object.
info: |

View File

@ -4,7 +4,7 @@
/*---
description: >
Invocation of the constructor's `resolve` method for iterable with promise values
esid: sec-promise.allSettled
esid: sec-promise.allsettled
info: |
7. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).

View File

@ -4,7 +4,7 @@
/*---
description: >
Invocation of the constructor's `resolve` method for iterable with promise values
esid: sec-promise.allSettled
esid: sec-promise.allsettled
info: |
7. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).

View File

@ -4,7 +4,7 @@
/*---
description: >
Invocation of the constructor's `resolve` method for iterable with non-promise values
esid: sec-promise.allSettled
esid: sec-promise.allsettled
info: |
5. Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).

View File

@ -5,7 +5,7 @@
description: >
Resolved promises ignore rejections through deferred invocation of the
provided resolving function
esid: sec-promise.allSettled
esid: sec-promise.allsettled
info: |
Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).

View File

@ -5,7 +5,7 @@
description: >
Resolved promises ignore rejections through immediate invocation of the
provided resolving function
esid: sec-promise.allSettled
esid: sec-promise.allsettled
info: |
Let result be PerformPromiseAllSettled(iteratorRecord, C, promiseCapability).

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-promise.allSettled
esid: sec-promise.allsettled
description: >
If the constructor's `resolve` method is not callable, reject with a TypeError.
info: |

View File

@ -2,7 +2,7 @@
// 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
info: |
get RegExp.prototype.unicodeSets -> RegExpHasFlag

View File

@ -2,7 +2,7 @@
// 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: >
get RegExp.prototype.unicodeSets.length is 0.
info: |

View File

@ -1,7 +1,7 @@
// 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.
/*---
esid: sec-get-regexp.prototype.unicodeSets
esid: sec-get-regexp.prototype.unicodesets
description: >
RegExp.prototype.unicodeSets name
info: |

View File

@ -1,7 +1,7 @@
// 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.
/*---
esid: sec-get-regexp.prototype.unicodeSets
esid: sec-get-regexp.prototype.unicodesets
description: >
`pending` property descriptor
info: |

View File

@ -2,7 +2,7 @@
// 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
info: |
get RegExp.prototype.unicodeSets -> RegExpHasFlag

View File

@ -2,7 +2,7 @@
// 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: >
`unicodeSets` accessor invoked on a non-object value
info: |

View File

@ -2,7 +2,7 @@
// 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: >
Return value of `undefined` when the "this" value is the RegExp prototype
object

View File

@ -2,7 +2,7 @@
// 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: >
`unicodeSets` accessor function invoked on a RegExp instance
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2015 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-set.prototype.forEach
esid: sec-set.prototype.foreach
description: >
Set.prototype.forEach ( callbackfn [ , thisArg ] )

Some files were not shown because too many files have changed in this diff Show More