From 823f4cfd2004cf410bc0344304e22e12d243e955 Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 9 Jun 2025 15:35:15 +0200 Subject: [PATCH] Fix some esids that should have been lower case --- test/built-ins/Array/prototype/findLast/resizable-buffer.js | 2 +- test/built-ins/Array/prototype/toReversed/frozen-this-value.js | 2 +- .../Array/prototype/toReversed/get-descending-order.js | 2 +- .../built-ins/Array/prototype/toReversed/holes-not-preserved.js | 2 +- test/built-ins/Array/prototype/toReversed/ignores-species.js | 2 +- test/built-ins/Array/prototype/toReversed/immutable.js | 2 +- .../Array/prototype/toReversed/length-casted-to-zero.js | 2 +- .../prototype/toReversed/length-decreased-while-iterating.js | 2 +- .../prototype/toReversed/length-exceeding-array-length-limit.js | 2 +- .../prototype/toReversed/length-increased-while-iterating.js | 2 +- test/built-ins/Array/prototype/toReversed/length-tolength.js | 2 +- test/built-ins/Array/prototype/toReversed/length.js | 2 +- test/built-ins/Array/prototype/toReversed/name.js | 2 +- .../built-ins/Array/prototype/toReversed/property-descriptor.js | 2 +- test/built-ins/Array/prototype/toReversed/this-value-boolean.js | 2 +- test/built-ins/Array/prototype/toReversed/this-value-nullish.js | 2 +- .../built-ins/Array/prototype/toReversed/zero-or-one-element.js | 2 +- .../prototype/toSorted/comparefn-called-after-get-elements.js | 2 +- .../Array/prototype/toSorted/comparefn-not-a-function.js | 2 +- .../Array/prototype/toSorted/comparefn-stop-after-error.js | 2 +- test/built-ins/Array/prototype/toSorted/frozen-this-value.js | 2 +- test/built-ins/Array/prototype/toSorted/holes-not-preserved.js | 2 +- test/built-ins/Array/prototype/toSorted/ignores-species.js | 2 +- test/built-ins/Array/prototype/toSorted/immutable.js | 2 +- .../built-ins/Array/prototype/toSorted/length-casted-to-zero.js | 2 +- .../prototype/toSorted/length-decreased-while-iterating.js | 2 +- .../prototype/toSorted/length-exceeding-array-length-limit.js | 2 +- .../prototype/toSorted/length-increased-while-iterating.js | 2 +- test/built-ins/Array/prototype/toSorted/length-tolength.js | 2 +- test/built-ins/Array/prototype/toSorted/length.js | 2 +- test/built-ins/Array/prototype/toSorted/name.js | 2 +- test/built-ins/Array/prototype/toSorted/property-descriptor.js | 2 +- test/built-ins/Array/prototype/toSorted/this-value-boolean.js | 2 +- test/built-ins/Array/prototype/toSorted/this-value-nullish.js | 2 +- test/built-ins/Array/prototype/toSorted/zero-or-one-element.js | 2 +- .../deleteCount-clamped-between-zero-and-remaining-count.js | 2 +- test/built-ins/Array/prototype/toSpliced/deleteCount-missing.js | 2 +- .../Array/prototype/toSpliced/deleteCount-undefined.js | 2 +- .../Array/prototype/toSpliced/discarded-element-not-read.js | 2 +- .../Array/prototype/toSpliced/elements-read-in-order.js | 2 +- test/built-ins/Array/prototype/toSpliced/frozen-this-value.js | 2 +- test/built-ins/Array/prototype/toSpliced/holes-not-preserved.js | 2 +- test/built-ins/Array/prototype/toSpliced/ignores-species.js | 2 +- test/built-ins/Array/prototype/toSpliced/immutable.js | 2 +- .../Array/prototype/toSpliced/length-casted-to-zero.js | 2 +- .../Array/prototype/toSpliced/length-clamped-to-2pow53minus1.js | 2 +- .../prototype/toSpliced/length-decreased-while-iterating.js | 2 +- .../prototype/toSpliced/length-exceeding-array-length-limit.js | 2 +- .../prototype/toSpliced/length-increased-while-iterating.js | 2 +- test/built-ins/Array/prototype/toSpliced/length-tolength.js | 2 +- test/built-ins/Array/prototype/toSpliced/length.js | 2 +- .../Array/prototype/toSpliced/mutate-while-iterating.js | 2 +- test/built-ins/Array/prototype/toSpliced/name.js | 2 +- test/built-ins/Array/prototype/toSpliced/property-descriptor.js | 2 +- .../Array/prototype/toSpliced/start-and-deleteCount-missing.js | 2 +- .../prototype/toSpliced/start-and-deleteCount-undefineds.js | 2 +- .../Array/prototype/toSpliced/start-bigger-than-length.js | 2 +- .../Array/prototype/toSpliced/start-neg-infinity-is-zero.js | 2 +- .../toSpliced/start-neg-less-than-minus-length-is-zero.js | 2 +- .../prototype/toSpliced/start-neg-subtracted-from-length.js | 2 +- .../toSpliced/start-undefined-and-deleteCount-missing.js | 2 +- test/built-ins/Array/prototype/toSpliced/this-value-boolean.js | 2 +- test/built-ins/Array/prototype/toSpliced/this-value-nullish.js | 2 +- test/built-ins/Array/prototype/toSpliced/unmodified.js | 2 +- .../DataView/prototype/getFloat16/toindex-byteoffset.js | 2 +- .../prototype/setFloat16/range-check-after-value-conversion.js | 2 +- test/built-ins/Error/prototype/toString/prop-desc.js | 2 +- test/built-ins/Map/prototype/forEach/callback-parameters.js | 2 +- .../Map/prototype/forEach/callback-result-is-abrupt.js | 2 +- .../built-ins/Map/prototype/forEach/callback-this-non-strict.js | 2 +- test/built-ins/Map/prototype/forEach/callback-this-strict.js | 2 +- .../Map/prototype/forEach/deleted-values-during-foreach.js | 2 +- .../forEach/does-not-have-mapdata-internal-slot-set.js | 2 +- .../forEach/does-not-have-mapdata-internal-slot-weakmap.js | 2 +- .../prototype/forEach/does-not-have-mapdata-internal-slot.js | 2 +- .../Map/prototype/forEach/first-argument-is-not-callable.js | 2 +- test/built-ins/Map/prototype/forEach/forEach.js | 2 +- .../Map/prototype/forEach/iterates-in-key-insertion-order.js | 2 +- .../forEach/iterates-values-added-after-foreach-begins.js | 2 +- .../prototype/forEach/iterates-values-deleted-then-readded.js | 2 +- test/built-ins/Map/prototype/forEach/length.js | 2 +- test/built-ins/Map/prototype/forEach/name.js | 2 +- test/built-ins/Map/prototype/forEach/return-undefined.js | 2 +- .../prototype/forEach/second-parameter-as-callback-context.js | 2 +- test/built-ins/Map/prototype/forEach/this-not-object-throw.js | 2 +- .../invoke-resolve-on-promises-every-iteration-of-custom.js | 2 +- .../invoke-resolve-on-promises-every-iteration-of-promise.js | 2 +- .../invoke-resolve-on-values-every-iteration-of-promise.js | 2 +- .../allSettled/resolve-ignores-late-rejection-deferred.js | 2 +- .../Promise/allSettled/resolve-ignores-late-rejection.js | 2 +- .../allSettled/resolve-not-callable-reject-with-typeerror.js | 2 +- test/built-ins/RegExp/prototype/unicodeSets/cross-realm.js | 2 +- test/built-ins/RegExp/prototype/unicodeSets/length.js | 2 +- test/built-ins/RegExp/prototype/unicodeSets/name.js | 2 +- test/built-ins/RegExp/prototype/unicodeSets/prop-desc.js | 2 +- .../RegExp/prototype/unicodeSets/this-val-invalid-obj.js | 2 +- test/built-ins/RegExp/prototype/unicodeSets/this-val-non-obj.js | 2 +- .../RegExp/prototype/unicodeSets/this-val-regexp-prototype.js | 2 +- test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp.js | 2 +- .../Set/prototype/forEach/callback-not-callable-boolean.js | 2 +- .../Set/prototype/forEach/callback-not-callable-null.js | 2 +- .../Set/prototype/forEach/callback-not-callable-number.js | 2 +- .../Set/prototype/forEach/callback-not-callable-string.js | 2 +- .../Set/prototype/forEach/callback-not-callable-symbol.js | 2 +- .../Set/prototype/forEach/callback-not-callable-undefined.js | 2 +- .../forEach/does-not-have-setdata-internal-slot-array.js | 2 +- .../forEach/does-not-have-setdata-internal-slot-map.js | 2 +- .../forEach/does-not-have-setdata-internal-slot-object.js | 2 +- .../does-not-have-setdata-internal-slot-set-prototype.js | 2 +- .../forEach/does-not-have-setdata-internal-slot-weakset.js | 2 +- test/built-ins/Set/prototype/forEach/forEach.js | 2 +- .../Set/prototype/forEach/iterates-in-insertion-order.js | 2 +- .../Set/prototype/forEach/iterates-in-iterable-entry-order.js | 2 +- .../forEach/iterates-values-added-after-foreach-begins.js | 2 +- .../prototype/forEach/iterates-values-deleted-then-readded.js | 2 +- .../Set/prototype/forEach/iterates-values-not-deleted.js | 2 +- .../forEach/iterates-values-revisits-after-delete-re-add.js | 2 +- test/built-ins/Set/prototype/forEach/length.js | 2 +- test/built-ins/Set/prototype/forEach/name.js | 2 +- test/built-ins/Set/prototype/forEach/returns-undefined.js | 2 +- .../this-arg-explicit-cannot-override-lexical-this-arrow.js | 2 +- test/built-ins/Set/prototype/forEach/this-arg-explicit.js | 2 +- test/built-ins/Set/prototype/forEach/this-non-strict.js | 2 +- .../Set/prototype/forEach/this-not-object-throw-boolean.js | 2 +- .../Set/prototype/forEach/this-not-object-throw-null.js | 2 +- .../Set/prototype/forEach/this-not-object-throw-number.js | 2 +- .../Set/prototype/forEach/this-not-object-throw-string.js | 2 +- .../Set/prototype/forEach/this-not-object-throw-symbol.js | 2 +- .../Set/prototype/forEach/this-not-object-throw-undefined.js | 2 +- test/built-ins/Set/prototype/forEach/this-strict.js | 2 +- .../Set/prototype/forEach/throws-when-callback-throws.js | 2 +- test/built-ins/String/prototype/at/returns-code-unit.js | 2 +- .../String/prototype/at/returns-item-relative-index.js | 2 +- test/built-ins/String/prototype/at/returns-item.js | 2 +- test/built-ins/String/prototype/trimEnd/length.js | 2 +- test/built-ins/String/prototype/trimEnd/name.js | 2 +- test/built-ins/String/prototype/trimEnd/prop-desc.js | 2 +- test/built-ins/String/prototype/trimEnd/this-value-boolean.js | 2 +- .../String/prototype/trimEnd/this-value-line-terminator.js | 2 +- .../String/prototype/trimEnd/this-value-not-obj-coercible.js | 2 +- test/built-ins/String/prototype/trimEnd/this-value-number.js | 2 +- .../this-value-object-cannot-convert-to-primitive-err.js | 2 +- .../prototype/trimEnd/this-value-object-toprimitive-call-err.js | 2 +- .../prototype/trimEnd/this-value-object-toprimitive-meth-err.js | 2 +- .../trimEnd/this-value-object-toprimitive-meth-priority.js | 2 +- .../trimEnd/this-value-object-toprimitive-returns-object-err.js | 2 +- .../prototype/trimEnd/this-value-object-tostring-call-err.js | 2 +- .../prototype/trimEnd/this-value-object-tostring-meth-err.js | 2 +- .../trimEnd/this-value-object-tostring-meth-priority.js | 2 +- .../trimEnd/this-value-object-tostring-returns-object-err.js | 2 +- .../prototype/trimEnd/this-value-object-valueof-call-err.js | 2 +- .../prototype/trimEnd/this-value-object-valueof-meth-err.js | 2 +- .../trimEnd/this-value-object-valueof-meth-priority.js | 2 +- .../trimEnd/this-value-object-valueof-returns-object-err.js | 2 +- .../String/prototype/trimEnd/this-value-symbol-typeerror.js | 2 +- .../built-ins/String/prototype/trimEnd/this-value-whitespace.js | 2 +- test/built-ins/String/prototype/trimStart/length.js | 2 +- test/built-ins/String/prototype/trimStart/name.js | 2 +- test/built-ins/String/prototype/trimStart/prop-desc.js | 2 +- test/built-ins/String/prototype/trimStart/this-value-boolean.js | 2 +- .../String/prototype/trimStart/this-value-line-terminator.js | 2 +- .../String/prototype/trimStart/this-value-not-obj-coercible.js | 2 +- test/built-ins/String/prototype/trimStart/this-value-number.js | 2 +- .../this-value-object-cannot-convert-to-primitive-err.js | 2 +- .../trimStart/this-value-object-toprimitive-call-err.js | 2 +- .../trimStart/this-value-object-toprimitive-meth-err.js | 2 +- .../trimStart/this-value-object-toprimitive-meth-priority.js | 2 +- .../this-value-object-toprimitive-returns-object-err.js | 2 +- .../prototype/trimStart/this-value-object-tostring-call-err.js | 2 +- .../prototype/trimStart/this-value-object-tostring-meth-err.js | 2 +- .../trimStart/this-value-object-tostring-meth-priority.js | 2 +- .../trimStart/this-value-object-tostring-returns-object-err.js | 2 +- .../prototype/trimStart/this-value-object-valueof-call-err.js | 2 +- .../prototype/trimStart/this-value-object-valueof-meth-err.js | 2 +- .../trimStart/this-value-object-valueof-meth-priority.js | 2 +- .../trimStart/this-value-object-valueof-returns-object-err.js | 2 +- .../String/prototype/trimStart/this-value-symbol-typeerror.js | 2 +- .../String/prototype/trimStart/this-value-whitespace.js | 2 +- .../TypedArray/prototype/byteLength/resized-out-of-bounds-1.js | 2 +- .../TypedArray/prototype/byteLength/resized-out-of-bounds-2.js | 2 +- .../TypedArray/prototype/byteOffset/resized-out-of-bounds.js | 2 +- test/built-ins/TypedArray/prototype/findLast/prop-desc.js | 2 +- .../built-ins/TypedArray/prototype/forEach/callbackfn-resize.js | 2 +- .../lastIndexOf/negative-index-and-resize-to-smaller.js | 2 +- .../TypedArray/prototype/toReversed/ignores-species.js | 2 +- test/built-ins/TypedArray/prototype/toReversed/immutable.js | 2 +- .../TypedArray/prototype/toReversed/length-property-ignored.js | 2 +- test/built-ins/TypedArray/prototype/toReversed/length.js | 2 +- test/built-ins/TypedArray/prototype/toReversed/name.js | 2 +- .../TypedArray/prototype/toReversed/property-descriptor.js | 2 +- .../TypedArray/prototype/toReversed/this-value-invalid.js | 2 +- .../TypedArray/prototype/toSorted/comparefn-not-a-function.js | 2 +- .../TypedArray/prototype/toSorted/comparefn-stop-after-error.js | 2 +- test/built-ins/TypedArray/prototype/toSorted/ignores-species.js | 2 +- test/built-ins/TypedArray/prototype/toSorted/immutable.js | 2 +- .../TypedArray/prototype/toSorted/length-property-ignored.js | 2 +- test/built-ins/TypedArray/prototype/toSorted/length.js | 2 +- test/built-ins/TypedArray/prototype/toSorted/name.js | 2 +- .../TypedArray/prototype/toSorted/property-descriptor.js | 2 +- .../TypedArray/prototype/toSorted/this-value-invalid.js | 2 +- 200 files changed, 200 insertions(+), 200 deletions(-) diff --git a/test/built-ins/Array/prototype/findLast/resizable-buffer.js b/test/built-ins/Array/prototype/findLast/resizable-buffer.js index 8eeb665a27..d54207bb3f 100644 --- a/test/built-ins/Array/prototype/findLast/resizable-buffer.js +++ b/test/built-ins/Array/prototype/findLast/resizable-buffer.js @@ -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 diff --git a/test/built-ins/Array/prototype/toReversed/frozen-this-value.js b/test/built-ins/Array/prototype/toReversed/frozen-this-value.js index 2c0cf118a8..0f150b2374 100644 --- a/test/built-ins/Array/prototype/toReversed/frozen-this-value.js +++ b/test/built-ins/Array/prototype/toReversed/frozen-this-value.js @@ -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] diff --git a/test/built-ins/Array/prototype/toReversed/get-descending-order.js b/test/built-ins/Array/prototype/toReversed/get-descending-order.js index c9d324d55a..9106fe78d8 100644 --- a/test/built-ins/Array/prototype/toReversed/get-descending-order.js +++ b/test/built-ins/Array/prototype/toReversed/get-descending-order.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/holes-not-preserved.js b/test/built-ins/Array/prototype/toReversed/holes-not-preserved.js index 90510f186a..5683711590 100644 --- a/test/built-ins/Array/prototype/toReversed/holes-not-preserved.js +++ b/test/built-ins/Array/prototype/toReversed/holes-not-preserved.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/ignores-species.js b/test/built-ins/Array/prototype/toReversed/ignores-species.js index 6c29739478..d06aefdad6 100644 --- a/test/built-ins/Array/prototype/toReversed/ignores-species.js +++ b/test/built-ins/Array/prototype/toReversed/ignores-species.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/immutable.js b/test/built-ins/Array/prototype/toReversed/immutable.js index b3c5883dbd..55d4baf616 100644 --- a/test/built-ins/Array/prototype/toReversed/immutable.js +++ b/test/built-ins/Array/prototype/toReversed/immutable.js @@ -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] diff --git a/test/built-ins/Array/prototype/toReversed/length-casted-to-zero.js b/test/built-ins/Array/prototype/toReversed/length-casted-to-zero.js index 4576827611..43f03efa4c 100644 --- a/test/built-ins/Array/prototype/toReversed/length-casted-to-zero.js +++ b/test/built-ins/Array/prototype/toReversed/length-casted-to-zero.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/length-decreased-while-iterating.js b/test/built-ins/Array/prototype/toReversed/length-decreased-while-iterating.js index 90a40d601a..2966b0c95e 100644 --- a/test/built-ins/Array/prototype/toReversed/length-decreased-while-iterating.js +++ b/test/built-ins/Array/prototype/toReversed/length-decreased-while-iterating.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/length-exceeding-array-length-limit.js b/test/built-ins/Array/prototype/toReversed/length-exceeding-array-length-limit.js index 3aa3bdb280..f08ce1292e 100644 --- a/test/built-ins/Array/prototype/toReversed/length-exceeding-array-length-limit.js +++ b/test/built-ins/Array/prototype/toReversed/length-exceeding-array-length-limit.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/length-increased-while-iterating.js b/test/built-ins/Array/prototype/toReversed/length-increased-while-iterating.js index 8f7b099097..65aeece7c1 100644 --- a/test/built-ins/Array/prototype/toReversed/length-increased-while-iterating.js +++ b/test/built-ins/Array/prototype/toReversed/length-increased-while-iterating.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/length-tolength.js b/test/built-ins/Array/prototype/toReversed/length-tolength.js index 6d175a899d..703cbec231 100644 --- a/test/built-ins/Array/prototype/toReversed/length-tolength.js +++ b/test/built-ins/Array/prototype/toReversed/length-tolength.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/length.js b/test/built-ins/Array/prototype/toReversed/length.js index bb28f08522..66c3ad5b0c 100644 --- a/test/built-ins/Array/prototype/toReversed/length.js +++ b/test/built-ins/Array/prototype/toReversed/length.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/name.js b/test/built-ins/Array/prototype/toReversed/name.js index 5ea28d2c32..1b5da1a745 100644 --- a/test/built-ins/Array/prototype/toReversed/name.js +++ b/test/built-ins/Array/prototype/toReversed/name.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/property-descriptor.js b/test/built-ins/Array/prototype/toReversed/property-descriptor.js index e0ff507c13..6a42ed97d6 100644 --- a/test/built-ins/Array/prototype/toReversed/property-descriptor.js +++ b/test/built-ins/Array/prototype/toReversed/property-descriptor.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/this-value-boolean.js b/test/built-ins/Array/prototype/toReversed/this-value-boolean.js index a9534ccea8..3d211f8022 100644 --- a/test/built-ins/Array/prototype/toReversed/this-value-boolean.js +++ b/test/built-ins/Array/prototype/toReversed/this-value-boolean.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/this-value-nullish.js b/test/built-ins/Array/prototype/toReversed/this-value-nullish.js index d83e918d6a..288690aeac 100644 --- a/test/built-ins/Array/prototype/toReversed/this-value-nullish.js +++ b/test/built-ins/Array/prototype/toReversed/this-value-nullish.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toReversed/zero-or-one-element.js b/test/built-ins/Array/prototype/toReversed/zero-or-one-element.js index 110fa41b65..478c4add1a 100644 --- a/test/built-ins/Array/prototype/toReversed/zero-or-one-element.js +++ b/test/built-ins/Array/prototype/toReversed/zero-or-one-element.js @@ -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] diff --git a/test/built-ins/Array/prototype/toSorted/comparefn-called-after-get-elements.js b/test/built-ins/Array/prototype/toSorted/comparefn-called-after-get-elements.js index f9d675003e..35fdaea816 100644 --- a/test/built-ins/Array/prototype/toSorted/comparefn-called-after-get-elements.js +++ b/test/built-ins/Array/prototype/toSorted/comparefn-called-after-get-elements.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/comparefn-not-a-function.js b/test/built-ins/Array/prototype/toSorted/comparefn-not-a-function.js index 427130c1b2..7c1ef88bff 100644 --- a/test/built-ins/Array/prototype/toSorted/comparefn-not-a-function.js +++ b/test/built-ins/Array/prototype/toSorted/comparefn-not-a-function.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/comparefn-stop-after-error.js b/test/built-ins/Array/prototype/toSorted/comparefn-stop-after-error.js index 4b1838d1e8..8f3aae7da0 100644 --- a/test/built-ins/Array/prototype/toSorted/comparefn-stop-after-error.js +++ b/test/built-ins/Array/prototype/toSorted/comparefn-stop-after-error.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/frozen-this-value.js b/test/built-ins/Array/prototype/toSorted/frozen-this-value.js index 4d7cad0307..0a0500541b 100644 --- a/test/built-ins/Array/prototype/toSorted/frozen-this-value.js +++ b/test/built-ins/Array/prototype/toSorted/frozen-this-value.js @@ -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] diff --git a/test/built-ins/Array/prototype/toSorted/holes-not-preserved.js b/test/built-ins/Array/prototype/toSorted/holes-not-preserved.js index f630632df9..b0c7896b1d 100644 --- a/test/built-ins/Array/prototype/toSorted/holes-not-preserved.js +++ b/test/built-ins/Array/prototype/toSorted/holes-not-preserved.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/ignores-species.js b/test/built-ins/Array/prototype/toSorted/ignores-species.js index 42246a7e35..982b818f7d 100644 --- a/test/built-ins/Array/prototype/toSorted/ignores-species.js +++ b/test/built-ins/Array/prototype/toSorted/ignores-species.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/immutable.js b/test/built-ins/Array/prototype/toSorted/immutable.js index 57bdb9f020..8a323bebe6 100644 --- a/test/built-ins/Array/prototype/toSorted/immutable.js +++ b/test/built-ins/Array/prototype/toSorted/immutable.js @@ -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] diff --git a/test/built-ins/Array/prototype/toSorted/length-casted-to-zero.js b/test/built-ins/Array/prototype/toSorted/length-casted-to-zero.js index 197c6e3fd7..f70e751e5e 100644 --- a/test/built-ins/Array/prototype/toSorted/length-casted-to-zero.js +++ b/test/built-ins/Array/prototype/toSorted/length-casted-to-zero.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/length-decreased-while-iterating.js b/test/built-ins/Array/prototype/toSorted/length-decreased-while-iterating.js index b8d441c3c0..736ae31906 100644 --- a/test/built-ins/Array/prototype/toSorted/length-decreased-while-iterating.js +++ b/test/built-ins/Array/prototype/toSorted/length-decreased-while-iterating.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/length-exceeding-array-length-limit.js b/test/built-ins/Array/prototype/toSorted/length-exceeding-array-length-limit.js index 535ace463b..1151211e9a 100644 --- a/test/built-ins/Array/prototype/toSorted/length-exceeding-array-length-limit.js +++ b/test/built-ins/Array/prototype/toSorted/length-exceeding-array-length-limit.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/length-increased-while-iterating.js b/test/built-ins/Array/prototype/toSorted/length-increased-while-iterating.js index c5614665b5..a7d4730d4f 100644 --- a/test/built-ins/Array/prototype/toSorted/length-increased-while-iterating.js +++ b/test/built-ins/Array/prototype/toSorted/length-increased-while-iterating.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/length-tolength.js b/test/built-ins/Array/prototype/toSorted/length-tolength.js index d84ea0e881..0b7501e539 100644 --- a/test/built-ins/Array/prototype/toSorted/length-tolength.js +++ b/test/built-ins/Array/prototype/toSorted/length-tolength.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/length.js b/test/built-ins/Array/prototype/toSorted/length.js index b1c447b0ea..7e4eef5493 100644 --- a/test/built-ins/Array/prototype/toSorted/length.js +++ b/test/built-ins/Array/prototype/toSorted/length.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/name.js b/test/built-ins/Array/prototype/toSorted/name.js index cffc50eabf..15b6000d6a 100644 --- a/test/built-ins/Array/prototype/toSorted/name.js +++ b/test/built-ins/Array/prototype/toSorted/name.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/property-descriptor.js b/test/built-ins/Array/prototype/toSorted/property-descriptor.js index b7550bc62f..585ce06366 100644 --- a/test/built-ins/Array/prototype/toSorted/property-descriptor.js +++ b/test/built-ins/Array/prototype/toSorted/property-descriptor.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/this-value-boolean.js b/test/built-ins/Array/prototype/toSorted/this-value-boolean.js index 27b05c44f4..46b27a75cb 100644 --- a/test/built-ins/Array/prototype/toSorted/this-value-boolean.js +++ b/test/built-ins/Array/prototype/toSorted/this-value-boolean.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/this-value-nullish.js b/test/built-ins/Array/prototype/toSorted/this-value-nullish.js index 58eedbb58a..992e4ed9ea 100644 --- a/test/built-ins/Array/prototype/toSorted/this-value-nullish.js +++ b/test/built-ins/Array/prototype/toSorted/this-value-nullish.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSorted/zero-or-one-element.js b/test/built-ins/Array/prototype/toSorted/zero-or-one-element.js index a692e118bd..59c9243e4b 100644 --- a/test/built-ins/Array/prototype/toSorted/zero-or-one-element.js +++ b/test/built-ins/Array/prototype/toSorted/zero-or-one-element.js @@ -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] diff --git a/test/built-ins/Array/prototype/toSpliced/deleteCount-clamped-between-zero-and-remaining-count.js b/test/built-ins/Array/prototype/toSpliced/deleteCount-clamped-between-zero-and-remaining-count.js index 21e2e8ddf3..3b027add18 100644 --- a/test/built-ins/Array/prototype/toSpliced/deleteCount-clamped-between-zero-and-remaining-count.js +++ b/test/built-ins/Array/prototype/toSpliced/deleteCount-clamped-between-zero-and-remaining-count.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/deleteCount-missing.js b/test/built-ins/Array/prototype/toSpliced/deleteCount-missing.js index ffc1589ad6..b7ebc7529c 100644 --- a/test/built-ins/Array/prototype/toSpliced/deleteCount-missing.js +++ b/test/built-ins/Array/prototype/toSpliced/deleteCount-missing.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/deleteCount-undefined.js b/test/built-ins/Array/prototype/toSpliced/deleteCount-undefined.js index b777389248..43fd32c1bf 100644 --- a/test/built-ins/Array/prototype/toSpliced/deleteCount-undefined.js +++ b/test/built-ins/Array/prototype/toSpliced/deleteCount-undefined.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/discarded-element-not-read.js b/test/built-ins/Array/prototype/toSpliced/discarded-element-not-read.js index 2b31e96cd1..a2ef62ef3c 100644 --- a/test/built-ins/Array/prototype/toSpliced/discarded-element-not-read.js +++ b/test/built-ins/Array/prototype/toSpliced/discarded-element-not-read.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/elements-read-in-order.js b/test/built-ins/Array/prototype/toSpliced/elements-read-in-order.js index 9f2d96291d..431ba5a9d2 100644 --- a/test/built-ins/Array/prototype/toSpliced/elements-read-in-order.js +++ b/test/built-ins/Array/prototype/toSpliced/elements-read-in-order.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/frozen-this-value.js b/test/built-ins/Array/prototype/toSpliced/frozen-this-value.js index 54e421cc77..f2d16f21c0 100644 --- a/test/built-ins/Array/prototype/toSpliced/frozen-this-value.js +++ b/test/built-ins/Array/prototype/toSpliced/frozen-this-value.js @@ -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] diff --git a/test/built-ins/Array/prototype/toSpliced/holes-not-preserved.js b/test/built-ins/Array/prototype/toSpliced/holes-not-preserved.js index 8299c96e24..54f99f57cc 100644 --- a/test/built-ins/Array/prototype/toSpliced/holes-not-preserved.js +++ b/test/built-ins/Array/prototype/toSpliced/holes-not-preserved.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/ignores-species.js b/test/built-ins/Array/prototype/toSpliced/ignores-species.js index b667a01c98..a0cd8a0b14 100644 --- a/test/built-ins/Array/prototype/toSpliced/ignores-species.js +++ b/test/built-ins/Array/prototype/toSpliced/ignores-species.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/immutable.js b/test/built-ins/Array/prototype/toSpliced/immutable.js index e43654b0d5..7771bc16ca 100644 --- a/test/built-ins/Array/prototype/toSpliced/immutable.js +++ b/test/built-ins/Array/prototype/toSpliced/immutable.js @@ -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] diff --git a/test/built-ins/Array/prototype/toSpliced/length-casted-to-zero.js b/test/built-ins/Array/prototype/toSpliced/length-casted-to-zero.js index 8bb470d556..95338c692c 100644 --- a/test/built-ins/Array/prototype/toSpliced/length-casted-to-zero.js +++ b/test/built-ins/Array/prototype/toSpliced/length-casted-to-zero.js @@ -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. diff --git a/test/built-ins/Array/prototype/toSpliced/length-clamped-to-2pow53minus1.js b/test/built-ins/Array/prototype/toSpliced/length-clamped-to-2pow53minus1.js index a3bad9f969..469e73b364 100644 --- a/test/built-ins/Array/prototype/toSpliced/length-clamped-to-2pow53minus1.js +++ b/test/built-ins/Array/prototype/toSpliced/length-clamped-to-2pow53minus1.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/length-decreased-while-iterating.js b/test/built-ins/Array/prototype/toSpliced/length-decreased-while-iterating.js index 35b2c1740f..b0d35b919e 100644 --- a/test/built-ins/Array/prototype/toSpliced/length-decreased-while-iterating.js +++ b/test/built-ins/Array/prototype/toSpliced/length-decreased-while-iterating.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/length-exceeding-array-length-limit.js b/test/built-ins/Array/prototype/toSpliced/length-exceeding-array-length-limit.js index 65b1bb122f..08fbde4b65 100644 --- a/test/built-ins/Array/prototype/toSpliced/length-exceeding-array-length-limit.js +++ b/test/built-ins/Array/prototype/toSpliced/length-exceeding-array-length-limit.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/length-increased-while-iterating.js b/test/built-ins/Array/prototype/toSpliced/length-increased-while-iterating.js index 836be9e6ba..b77dc14944 100644 --- a/test/built-ins/Array/prototype/toSpliced/length-increased-while-iterating.js +++ b/test/built-ins/Array/prototype/toSpliced/length-increased-while-iterating.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/length-tolength.js b/test/built-ins/Array/prototype/toSpliced/length-tolength.js index b8652a445d..dfb8b767fd 100644 --- a/test/built-ins/Array/prototype/toSpliced/length-tolength.js +++ b/test/built-ins/Array/prototype/toSpliced/length-tolength.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/length.js b/test/built-ins/Array/prototype/toSpliced/length.js index fe4c1621b8..720e66055e 100644 --- a/test/built-ins/Array/prototype/toSpliced/length.js +++ b/test/built-ins/Array/prototype/toSpliced/length.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/mutate-while-iterating.js b/test/built-ins/Array/prototype/toSpliced/mutate-while-iterating.js index e7f1f7b571..29a0c0b021 100644 --- a/test/built-ins/Array/prototype/toSpliced/mutate-while-iterating.js +++ b/test/built-ins/Array/prototype/toSpliced/mutate-while-iterating.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/name.js b/test/built-ins/Array/prototype/toSpliced/name.js index 9bcf1c3b1e..dbba47d8e8 100644 --- a/test/built-ins/Array/prototype/toSpliced/name.js +++ b/test/built-ins/Array/prototype/toSpliced/name.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/property-descriptor.js b/test/built-ins/Array/prototype/toSpliced/property-descriptor.js index b5eb9316c5..0c0928baf1 100644 --- a/test/built-ins/Array/prototype/toSpliced/property-descriptor.js +++ b/test/built-ins/Array/prototype/toSpliced/property-descriptor.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-missing.js b/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-missing.js index bfc5825dca..9672fd8f23 100644 --- a/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-missing.js +++ b/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-missing.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-undefineds.js b/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-undefineds.js index 0f755fadb3..ec3c97ce53 100644 --- a/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-undefineds.js +++ b/test/built-ins/Array/prototype/toSpliced/start-and-deleteCount-undefineds.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/start-bigger-than-length.js b/test/built-ins/Array/prototype/toSpliced/start-bigger-than-length.js index 77917ef510..bfa46d7359 100644 --- a/test/built-ins/Array/prototype/toSpliced/start-bigger-than-length.js +++ b/test/built-ins/Array/prototype/toSpliced/start-bigger-than-length.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/start-neg-infinity-is-zero.js b/test/built-ins/Array/prototype/toSpliced/start-neg-infinity-is-zero.js index fd3240624f..99cb442efc 100644 --- a/test/built-ins/Array/prototype/toSpliced/start-neg-infinity-is-zero.js +++ b/test/built-ins/Array/prototype/toSpliced/start-neg-infinity-is-zero.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/start-neg-less-than-minus-length-is-zero.js b/test/built-ins/Array/prototype/toSpliced/start-neg-less-than-minus-length-is-zero.js index 554090eb36..e0c2beb98a 100644 --- a/test/built-ins/Array/prototype/toSpliced/start-neg-less-than-minus-length-is-zero.js +++ b/test/built-ins/Array/prototype/toSpliced/start-neg-less-than-minus-length-is-zero.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/start-neg-subtracted-from-length.js b/test/built-ins/Array/prototype/toSpliced/start-neg-subtracted-from-length.js index 8b631fd470..e13163e02a 100644 --- a/test/built-ins/Array/prototype/toSpliced/start-neg-subtracted-from-length.js +++ b/test/built-ins/Array/prototype/toSpliced/start-neg-subtracted-from-length.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/start-undefined-and-deleteCount-missing.js b/test/built-ins/Array/prototype/toSpliced/start-undefined-and-deleteCount-missing.js index e447845493..dbd9e1a762 100644 --- a/test/built-ins/Array/prototype/toSpliced/start-undefined-and-deleteCount-missing.js +++ b/test/built-ins/Array/prototype/toSpliced/start-undefined-and-deleteCount-missing.js @@ -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 ) diff --git a/test/built-ins/Array/prototype/toSpliced/this-value-boolean.js b/test/built-ins/Array/prototype/toSpliced/this-value-boolean.js index fd00b3098d..3176ef3dc5 100644 --- a/test/built-ins/Array/prototype/toSpliced/this-value-boolean.js +++ b/test/built-ins/Array/prototype/toSpliced/this-value-boolean.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/this-value-nullish.js b/test/built-ins/Array/prototype/toSpliced/this-value-nullish.js index fa32e40948..6fe3346019 100644 --- a/test/built-ins/Array/prototype/toSpliced/this-value-nullish.js +++ b/test/built-ins/Array/prototype/toSpliced/this-value-nullish.js @@ -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: | diff --git a/test/built-ins/Array/prototype/toSpliced/unmodified.js b/test/built-ins/Array/prototype/toSpliced/unmodified.js index bce38b68e9..032d3ee5a2 100644 --- a/test/built-ins/Array/prototype/toSpliced/unmodified.js +++ b/test/built-ins/Array/prototype/toSpliced/unmodified.js @@ -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] diff --git a/test/built-ins/DataView/prototype/getFloat16/toindex-byteoffset.js b/test/built-ins/DataView/prototype/getFloat16/toindex-byteoffset.js index 987f75a054..86872a476d 100644 --- a/test/built-ins/DataView/prototype/getFloat16/toindex-byteoffset.js +++ b/test/built-ins/DataView/prototype/getFloat16/toindex-byteoffset.js @@ -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] diff --git a/test/built-ins/DataView/prototype/setFloat16/range-check-after-value-conversion.js b/test/built-ins/DataView/prototype/setFloat16/range-check-after-value-conversion.js index d2443e7d7a..37fdbb32db 100644 --- a/test/built-ins/DataView/prototype/setFloat16/range-check-after-value-conversion.js +++ b/test/built-ins/DataView/prototype/setFloat16/range-check-after-value-conversion.js @@ -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] diff --git a/test/built-ins/Error/prototype/toString/prop-desc.js b/test/built-ins/Error/prototype/toString/prop-desc.js index 69d9f21a14..c5991e03b4 100644 --- a/test/built-ins/Error/prototype/toString/prop-desc.js +++ b/test/built-ins/Error/prototype/toString/prop-desc.js @@ -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] ---*/ diff --git a/test/built-ins/Map/prototype/forEach/callback-parameters.js b/test/built-ins/Map/prototype/forEach/callback-parameters.js index dee2aeb45d..668fcc548b 100644 --- a/test/built-ins/Map/prototype/forEach/callback-parameters.js +++ b/test/built-ins/Map/prototype/forEach/callback-parameters.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js b/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js index 288aa8b3a6..9aa1b8a3c4 100644 --- a/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js +++ b/test/built-ins/Map/prototype/forEach/callback-result-is-abrupt.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js b/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js index 375c0989ab..6031acb827 100644 --- a/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js +++ b/test/built-ins/Map/prototype/forEach/callback-this-non-strict.js @@ -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. diff --git a/test/built-ins/Map/prototype/forEach/callback-this-strict.js b/test/built-ins/Map/prototype/forEach/callback-this-strict.js index 36a31976ad..486dbcae61 100644 --- a/test/built-ins/Map/prototype/forEach/callback-this-strict.js +++ b/test/built-ins/Map/prototype/forEach/callback-this-strict.js @@ -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. diff --git a/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js b/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js index 18dffa2ae9..26f96dac32 100644 --- a/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js +++ b/test/built-ins/Map/prototype/forEach/deleted-values-during-foreach.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js index 9e0b25d07d..e04a159871 100644 --- a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js +++ b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-set.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js index 0c39913c56..9185fb7b35 100644 --- a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js +++ b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot-weakmap.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js index a03a663ad3..369c2935b8 100644 --- a/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js +++ b/test/built-ins/Map/prototype/forEach/does-not-have-mapdata-internal-slot.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js b/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js index dd26c84446..99dc00e6b1 100644 --- a/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js +++ b/test/built-ins/Map/prototype/forEach/first-argument-is-not-callable.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/forEach.js b/test/built-ins/Map/prototype/forEach/forEach.js index 3661592829..586ce02c5f 100644 --- a/test/built-ins/Map/prototype/forEach/forEach.js +++ b/test/built-ins/Map/prototype/forEach/forEach.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js b/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js index e0f4ca924c..3cbb2806fe 100644 --- a/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js +++ b/test/built-ins/Map/prototype/forEach/iterates-in-key-insertion-order.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js b/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js index 93a57008f1..dabb10728f 100644 --- a/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js +++ b/test/built-ins/Map/prototype/forEach/iterates-values-added-after-foreach-begins.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js b/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js index 49a6801192..db2a294aed 100644 --- a/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js +++ b/test/built-ins/Map/prototype/forEach/iterates-values-deleted-then-readded.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/length.js b/test/built-ins/Map/prototype/forEach/length.js index 1e0dc5c634..620d020033 100644 --- a/test/built-ins/Map/prototype/forEach/length.js +++ b/test/built-ins/Map/prototype/forEach/length.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/name.js b/test/built-ins/Map/prototype/forEach/name.js index 585f311eb7..d94de4de0b 100644 --- a/test/built-ins/Map/prototype/forEach/name.js +++ b/test/built-ins/Map/prototype/forEach/name.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/return-undefined.js b/test/built-ins/Map/prototype/forEach/return-undefined.js index c52e6d9aaa..1a485116a6 100644 --- a/test/built-ins/Map/prototype/forEach/return-undefined.js +++ b/test/built-ins/Map/prototype/forEach/return-undefined.js @@ -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: | diff --git a/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js b/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js index c63f0a4c46..e12c45e6b0 100644 --- a/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js +++ b/test/built-ins/Map/prototype/forEach/second-parameter-as-callback-context.js @@ -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. diff --git a/test/built-ins/Map/prototype/forEach/this-not-object-throw.js b/test/built-ins/Map/prototype/forEach/this-not-object-throw.js index 60b8bf49d4..baa0f47f4f 100644 --- a/test/built-ins/Map/prototype/forEach/this-not-object-throw.js +++ b/test/built-ins/Map/prototype/forEach/this-not-object-throw.js @@ -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: | diff --git a/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-custom.js b/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-custom.js index 06b411115b..27d3a47908 100644 --- a/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-custom.js +++ b/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-custom.js @@ -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). diff --git a/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-promise.js b/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-promise.js index d39e52f4b1..2b379efee2 100644 --- a/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-promise.js +++ b/test/built-ins/Promise/allSettled/invoke-resolve-on-promises-every-iteration-of-promise.js @@ -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). diff --git a/test/built-ins/Promise/allSettled/invoke-resolve-on-values-every-iteration-of-promise.js b/test/built-ins/Promise/allSettled/invoke-resolve-on-values-every-iteration-of-promise.js index 9103cee3f6..e29b5880b9 100644 --- a/test/built-ins/Promise/allSettled/invoke-resolve-on-values-every-iteration-of-promise.js +++ b/test/built-ins/Promise/allSettled/invoke-resolve-on-values-every-iteration-of-promise.js @@ -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). diff --git a/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection-deferred.js b/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection-deferred.js index a8b89a4655..1e649cba59 100644 --- a/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection-deferred.js +++ b/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection-deferred.js @@ -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). diff --git a/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection.js b/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection.js index 884883a5f5..6bb98c02e7 100644 --- a/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection.js +++ b/test/built-ins/Promise/allSettled/resolve-ignores-late-rejection.js @@ -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). diff --git a/test/built-ins/Promise/allSettled/resolve-not-callable-reject-with-typeerror.js b/test/built-ins/Promise/allSettled/resolve-not-callable-reject-with-typeerror.js index 42180b8fc2..6a1c8dbfdc 100644 --- a/test/built-ins/Promise/allSettled/resolve-not-callable-reject-with-typeerror.js +++ b/test/built-ins/Promise/allSettled/resolve-not-callable-reject-with-typeerror.js @@ -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: | diff --git a/test/built-ins/RegExp/prototype/unicodeSets/cross-realm.js b/test/built-ins/RegExp/prototype/unicodeSets/cross-realm.js index 003fe8d665..64573aaba4 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/cross-realm.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/cross-realm.js @@ -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 diff --git a/test/built-ins/RegExp/prototype/unicodeSets/length.js b/test/built-ins/RegExp/prototype/unicodeSets/length.js index 3c39ad6bbb..111af7c607 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/length.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/length.js @@ -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: | diff --git a/test/built-ins/RegExp/prototype/unicodeSets/name.js b/test/built-ins/RegExp/prototype/unicodeSets/name.js index 3fdcb919e5..b776c4bc2d 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/name.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/name.js @@ -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: | diff --git a/test/built-ins/RegExp/prototype/unicodeSets/prop-desc.js b/test/built-ins/RegExp/prototype/unicodeSets/prop-desc.js index 78460b3028..465d88720d 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/prop-desc.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/prop-desc.js @@ -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: | diff --git a/test/built-ins/RegExp/prototype/unicodeSets/this-val-invalid-obj.js b/test/built-ins/RegExp/prototype/unicodeSets/this-val-invalid-obj.js index 8862103043..d0b4a2558d 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/this-val-invalid-obj.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/this-val-invalid-obj.js @@ -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 diff --git a/test/built-ins/RegExp/prototype/unicodeSets/this-val-non-obj.js b/test/built-ins/RegExp/prototype/unicodeSets/this-val-non-obj.js index d765bdff30..54ac63129d 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/this-val-non-obj.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/this-val-non-obj.js @@ -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: | diff --git a/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp-prototype.js b/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp-prototype.js index aace1e573e..106deb9593 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp-prototype.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp-prototype.js @@ -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 diff --git a/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp.js b/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp.js index 0185e9410c..8fba4da570 100644 --- a/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp.js +++ b/test/built-ins/RegExp/prototype/unicodeSets/this-val-regexp.js @@ -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: | diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js index 4945cd6c25..681b40931c 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-boolean.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js index 09fcb853df..6e85f928ef 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-null.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js index 7a659f5479..a47f94f7a5 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-number.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js index 213116f80d..d13349e293 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-string.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js index 7b5085a965..0364e9edc7 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-symbol.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js b/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js index 16e4d2ce61..db6cfea3e5 100644 --- a/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js +++ b/test/built-ins/Set/prototype/forEach/callback-not-callable-undefined.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js index e559a61aa8..ffc500288c 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-array.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js index f636085ef8..a5ba40a7fd 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-map.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js index c32c84012b..762e1ab288 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-object.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js index da11304efb..509d60def5 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-set-prototype.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js index 43132114fe..489174bafd 100644 --- a/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js +++ b/test/built-ins/Set/prototype/forEach/does-not-have-setdata-internal-slot-weakset.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/forEach.js b/test/built-ins/Set/prototype/forEach/forEach.js index 9e1bc3cc33..3cb60c5069 100644 --- a/test/built-ins/Set/prototype/forEach/forEach.js +++ b/test/built-ins/Set/prototype/forEach/forEach.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js b/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js index dfbeecb8a2..494f7c1902 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js +++ b/test/built-ins/Set/prototype/forEach/iterates-in-insertion-order.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js b/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js index c9d14f4e9f..c63b45f7ee 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js +++ b/test/built-ins/Set/prototype/forEach/iterates-in-iterable-entry-order.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js b/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js index 28a4a17e3d..4d91034b5c 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-added-after-foreach-begins.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js b/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js index 65d4679344..0a969bcc44 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-deleted-then-readded.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js b/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js index a452cd9bc7..93f9f5f525 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-not-deleted.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js b/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js index 70a02396f8..a1f48d380f 100644 --- a/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js +++ b/test/built-ins/Set/prototype/forEach/iterates-values-revisits-after-delete-re-add.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/length.js b/test/built-ins/Set/prototype/forEach/length.js index a0692f9a68..d92766bb78 100644 --- a/test/built-ins/Set/prototype/forEach/length.js +++ b/test/built-ins/Set/prototype/forEach/length.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/name.js b/test/built-ins/Set/prototype/forEach/name.js index 307eab32e4..b71acaa0f3 100644 --- a/test/built-ins/Set/prototype/forEach/name.js +++ b/test/built-ins/Set/prototype/forEach/name.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/returns-undefined.js b/test/built-ins/Set/prototype/forEach/returns-undefined.js index aaa87458a6..dc3c51e63d 100644 --- a/test/built-ins/Set/prototype/forEach/returns-undefined.js +++ b/test/built-ins/Set/prototype/forEach/returns-undefined.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js b/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js index c44fd5dbb4..95c82bfd08 100644 --- a/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js +++ b/test/built-ins/Set/prototype/forEach/this-arg-explicit-cannot-override-lexical-this-arrow.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-arg-explicit.js b/test/built-ins/Set/prototype/forEach/this-arg-explicit.js index 9f3345a176..48a4319708 100644 --- a/test/built-ins/Set/prototype/forEach/this-arg-explicit.js +++ b/test/built-ins/Set/prototype/forEach/this-arg-explicit.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-non-strict.js b/test/built-ins/Set/prototype/forEach/this-non-strict.js index b6c926d6bf..0a704723d3 100644 --- a/test/built-ins/Set/prototype/forEach/this-non-strict.js +++ b/test/built-ins/Set/prototype/forEach/this-non-strict.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js index b74c738c7e..c64d1bdc43 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-boolean.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js index 755eccb00d..f108430666 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-null.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js index 45e1fde83f..79adde8add 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-number.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js index 5c939710f3..5c500cc38e 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-string.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js index fcc80460f1..6a846ded45 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-symbol.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js b/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js index e8322f4fdb..8c0af12ed7 100644 --- a/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js +++ b/test/built-ins/Set/prototype/forEach/this-not-object-throw-undefined.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/this-strict.js b/test/built-ins/Set/prototype/forEach/this-strict.js index ac05eba948..d7cdfe63cc 100644 --- a/test/built-ins/Set/prototype/forEach/this-strict.js +++ b/test/built-ins/Set/prototype/forEach/this-strict.js @@ -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 ] ) diff --git a/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js b/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js index dbfce7dcd1..c50bc1af63 100644 --- a/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js +++ b/test/built-ins/Set/prototype/forEach/throws-when-callback-throws.js @@ -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 ] ) diff --git a/test/built-ins/String/prototype/at/returns-code-unit.js b/test/built-ins/String/prototype/at/returns-code-unit.js index 97ab0873ee..e46b63d14b 100644 --- a/test/built-ins/String/prototype/at/returns-code-unit.js +++ b/test/built-ins/String/prototype/at/returns-code-unit.js @@ -1,7 +1,7 @@ // Copyright (C) 2020 Rick Waldron. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-String.prototype.at +esid: sec-string.prototype.at description: > The method should return an Iterator instance. info: | diff --git a/test/built-ins/String/prototype/at/returns-item-relative-index.js b/test/built-ins/String/prototype/at/returns-item-relative-index.js index f2bfbb4e2c..2d677872d7 100644 --- a/test/built-ins/String/prototype/at/returns-item-relative-index.js +++ b/test/built-ins/String/prototype/at/returns-item-relative-index.js @@ -1,7 +1,7 @@ // Copyright (C) 2020 Rick Waldron. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-String.prototype.at +esid: sec-string.prototype.at description: > Returns the item value at the specified relative index info: | diff --git a/test/built-ins/String/prototype/at/returns-item.js b/test/built-ins/String/prototype/at/returns-item.js index 0fe165fa89..831dea98cf 100644 --- a/test/built-ins/String/prototype/at/returns-item.js +++ b/test/built-ins/String/prototype/at/returns-item.js @@ -1,7 +1,7 @@ // Copyright (C) 2020 Rick Waldron. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-String.prototype.at +esid: sec-string.prototype.at description: > Returns the item value at the specified index info: | diff --git a/test/built-ins/String/prototype/trimEnd/length.js b/test/built-ins/String/prototype/trimEnd/length.js index 5dca15ce60..a5dc01479d 100644 --- a/test/built-ins/String/prototype/trimEnd/length.js +++ b/test/built-ins/String/prototype/trimEnd/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > String.prototype.trimEnd.length is 0. info: > diff --git a/test/built-ins/String/prototype/trimEnd/name.js b/test/built-ins/String/prototype/trimEnd/name.js index 0914840ec1..131fa96b02 100644 --- a/test/built-ins/String/prototype/trimEnd/name.js +++ b/test/built-ins/String/prototype/trimEnd/name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > String.prototype.trimEnd.name is "trimEnd". info: > diff --git a/test/built-ins/String/prototype/trimEnd/prop-desc.js b/test/built-ins/String/prototype/trimEnd/prop-desc.js index c380ea7b4b..0459c91a78 100644 --- a/test/built-ins/String/prototype/trimEnd/prop-desc.js +++ b/test/built-ins/String/prototype/trimEnd/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > "trimEnd" property of String.prototype info: > diff --git a/test/built-ins/String/prototype/trimEnd/this-value-boolean.js b/test/built-ins/String/prototype/trimEnd/this-value-boolean.js index ab2affea89..e18db4f642 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-boolean.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: Behavior when "this" value is a boolean. info: | Runtime Semantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimEnd/this-value-line-terminator.js b/test/built-ins/String/prototype/trimEnd/this-value-line-terminator.js index 96a7300b46..a80653e89f 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-line-terminator.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-line-terminator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: TrimEnd removes all line terminators from the end of a string. info: | Runtime Symantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimEnd/this-value-not-obj-coercible.js b/test/built-ins/String/prototype/trimEnd/this-value-not-obj-coercible.js index 4f76f84ec3..7a14bdab1e 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-not-obj-coercible.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-not-obj-coercible.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: The "this" value must be object-coercible info: | 1. Let O be ? RequireObjectCoercible(this value). diff --git a/test/built-ins/String/prototype/trimEnd/this-value-number.js b/test/built-ins/String/prototype/trimEnd/this-value-number.js index 1f331ee47e..fc2e541551 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-number.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-number.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: Behavoir when "this" value is a number. info: | Runtime Semantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-cannot-convert-to-primitive-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-cannot-convert-to-primitive-err.js index 5868746d28..5da52ae491 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-cannot-convert-to-primitive-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-cannot-convert-to-primitive-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > This value is an object which cannot be converted to a primitive info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-call-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-call-err.js index c86fc811a5..816e1165c8 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-call-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-call-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when getting Symbol.toPrimitive method info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-err.js index 5de13dcfed..0ce8cb9904 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when Symbol.toPrimitive abrupt completes. info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-priority.js b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-priority.js index b9b188c189..32c9d59157 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-priority.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-meth-priority.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Priority of Symbol[toPrimitive] when converting object to string for trimming info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-returns-object-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-returns-object-err.js index a9c572b024..c374bff19b 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-returns-object-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-toprimitive-returns-object-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when Symbol.toPrimitive returns an object info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-call-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-call-err.js index 85d69e266f..126f988442 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-call-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-call-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when getting toString method info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-err.js index 87ceb88d89..10e8a7bea2 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when toString called and abrupt completes. info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-priority.js b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-priority.js index d92140b81f..3453f37734 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-priority.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-meth-priority.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Priority of toString when converting object to string for trimming info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-returns-object-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-returns-object-err.js index beb2296fe6..1cc14eca7e 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-returns-object-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-tostring-returns-object-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when toString called and returns an object info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-call-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-call-err.js index a3c52d809f..2a2c4522f2 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-call-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-call-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when getting valueOf method info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-err.js index 9daf826ada..f4ba70d5e3 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when valueOf called and abrupt completes. info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-priority.js b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-priority.js index b0456f53c5..2f8e89f142 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-priority.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-meth-priority.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Priority of valueOf when converting object to string for trimming info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-returns-object-err.js b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-returns-object-err.js index 36b182eeb5..f19f15414c 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-returns-object-err.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-object-valueof-returns-object-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: > Abrupt completion when valueOf called and returns an object info: | diff --git a/test/built-ins/String/prototype/trimEnd/this-value-symbol-typeerror.js b/test/built-ins/String/prototype/trimEnd/this-value-symbol-typeerror.js index b01bf3a9e0..42e5fda16c 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-symbol-typeerror.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-symbol-typeerror.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: Type error when "this" value is a Symbol info: | Runtime Semantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimEnd/this-value-whitespace.js b/test/built-ins/String/prototype/trimEnd/this-value-whitespace.js index bf5cae9187..4f3697a5e1 100644 --- a/test/built-ins/String/prototype/trimEnd/this-value-whitespace.js +++ b/test/built-ins/String/prototype/trimEnd/this-value-whitespace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimEnd +esid: sec-string.prototype.trimend description: TrimEnd removes all whitespace from the end of a string. info: | Runtime Symantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimStart/length.js b/test/built-ins/String/prototype/trimStart/length.js index d5a4689a80..44aadacf70 100644 --- a/test/built-ins/String/prototype/trimStart/length.js +++ b/test/built-ins/String/prototype/trimStart/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > String.prototype.trimStart.length is 0. info: > diff --git a/test/built-ins/String/prototype/trimStart/name.js b/test/built-ins/String/prototype/trimStart/name.js index 403aee27f3..44d0ef591a 100644 --- a/test/built-ins/String/prototype/trimStart/name.js +++ b/test/built-ins/String/prototype/trimStart/name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > String.prototype.trimStart.name is "trimStart". info: > diff --git a/test/built-ins/String/prototype/trimStart/prop-desc.js b/test/built-ins/String/prototype/trimStart/prop-desc.js index 795e880680..f9e584348a 100644 --- a/test/built-ins/String/prototype/trimStart/prop-desc.js +++ b/test/built-ins/String/prototype/trimStart/prop-desc.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > "trimStart" property of String.prototype info: > diff --git a/test/built-ins/String/prototype/trimStart/this-value-boolean.js b/test/built-ins/String/prototype/trimStart/this-value-boolean.js index e9a9657cea..99af449398 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-boolean.js +++ b/test/built-ins/String/prototype/trimStart/this-value-boolean.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: Behavior when "this" value is a boolean. info: | Runtime Semantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimStart/this-value-line-terminator.js b/test/built-ins/String/prototype/trimStart/this-value-line-terminator.js index ff828869fd..5b88268473 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-line-terminator.js +++ b/test/built-ins/String/prototype/trimStart/this-value-line-terminator.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: TrimStart removes all line terminators from the start of a string. info: | Runtime Symantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimStart/this-value-not-obj-coercible.js b/test/built-ins/String/prototype/trimStart/this-value-not-obj-coercible.js index 141a2af5a0..ec00e1d803 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-not-obj-coercible.js +++ b/test/built-ins/String/prototype/trimStart/this-value-not-obj-coercible.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: The "this" value must be object-coercible info: | 1. Let O be ? RequireObjectCoercible(this value). diff --git a/test/built-ins/String/prototype/trimStart/this-value-number.js b/test/built-ins/String/prototype/trimStart/this-value-number.js index c187cbad9b..2d6aaec84c 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-number.js +++ b/test/built-ins/String/prototype/trimStart/this-value-number.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: Behavoir when "this" value is a number. info: | Runtime Semantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-cannot-convert-to-primitive-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-cannot-convert-to-primitive-err.js index 7005c12815..220e026ccf 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-cannot-convert-to-primitive-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-cannot-convert-to-primitive-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > This value is an object which cannot be converted to a primitive info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-call-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-call-err.js index d19ee4ca12..c942f7a79b 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-call-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-call-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when getting Symbol.toPrimitive method info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-err.js index 5532bd1431..041eb3c653 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when Symbol.toPrimitive abrupt completes. info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-priority.js b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-priority.js index 4fef8750f6..b45b338801 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-priority.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-meth-priority.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Priority of Symbol[toPrimitive] when converting object to string for trimming info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-returns-object-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-returns-object-err.js index d24157432d..90cbd307db 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-returns-object-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-toprimitive-returns-object-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when Symbol.toPrimitive returns an object info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-call-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-call-err.js index f1734f5d36..dbe15931f7 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-call-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-call-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when getting toString method info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-err.js index 0c608cdf6e..b0af6e8eed 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when toString called and abrupt completes. info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-priority.js b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-priority.js index 33787841fd..7c1ce61213 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-priority.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-meth-priority.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Priority of toString when converting object to string for trimming info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-returns-object-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-returns-object-err.js index 9c4377a815..76b429bc21 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-tostring-returns-object-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-tostring-returns-object-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when toString called and returns an object info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-call-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-call-err.js index 0d11d014a5..676f7fcca5 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-call-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-call-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when getting valueOf method info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-err.js index ec49708446..c443332370 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when valueOf called and abrupt completes. info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-priority.js b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-priority.js index 351d0dcd48..5485ce597e 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-priority.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-meth-priority.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Priority of valueOf when converting object to string for trimming info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-returns-object-err.js b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-returns-object-err.js index 77c184aca5..a28cc4f484 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-object-valueof-returns-object-err.js +++ b/test/built-ins/String/prototype/trimStart/this-value-object-valueof-returns-object-err.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: > Abrupt completion when valueOf called and returns an object info: | diff --git a/test/built-ins/String/prototype/trimStart/this-value-symbol-typeerror.js b/test/built-ins/String/prototype/trimStart/this-value-symbol-typeerror.js index cf5568bec5..a011536bf4 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-symbol-typeerror.js +++ b/test/built-ins/String/prototype/trimStart/this-value-symbol-typeerror.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: Type error when "this" value is a Symbol info: | Runtime Semantics: TrimString ( string, where ) diff --git a/test/built-ins/String/prototype/trimStart/this-value-whitespace.js b/test/built-ins/String/prototype/trimStart/this-value-whitespace.js index 67b1d25b9e..7023785c08 100644 --- a/test/built-ins/String/prototype/trimStart/this-value-whitespace.js +++ b/test/built-ins/String/prototype/trimStart/this-value-whitespace.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-string.prototype.trimStart +esid: sec-string.prototype.trimstart description: TrimStart removes all whitespace from the start of a string. info: | Runtime Symantics: TrimString ( string, where ) diff --git a/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-1.js b/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-1.js index 1388960568..c8a6bd32f7 100644 --- a/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-1.js +++ b/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-get-%typedarray%.prototype.byteLength +esid: sec-get-%typedarray%.prototype.bytelength description: > TypedArray.p.byteLength behaves correctly when the underlying resizable buffer is resized such that the TypedArray becomes out of bounds. diff --git a/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-2.js b/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-2.js index 31b0aa2222..49eb75b3bd 100644 --- a/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-2.js +++ b/test/built-ins/TypedArray/prototype/byteLength/resized-out-of-bounds-2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-get-%typedarray%.prototype.byteLength +esid: sec-get-%typedarray%.prototype.bytelength description: > TypedArray.p.byteLength behaves as expected when the underlying resizable buffer is resized such that the TypedArray becomes out of bounds. diff --git a/test/built-ins/TypedArray/prototype/byteOffset/resized-out-of-bounds.js b/test/built-ins/TypedArray/prototype/byteOffset/resized-out-of-bounds.js index 483953d0da..5ef9ece7c4 100644 --- a/test/built-ins/TypedArray/prototype/byteOffset/resized-out-of-bounds.js +++ b/test/built-ins/TypedArray/prototype/byteOffset/resized-out-of-bounds.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-get-%typedarray%.prototype.byteOffset +esid: sec-get-%typedarray%.prototype.byteoffset description: > TypedArray.p.byteOffset behaves as expected when the underlying resizable buffer is resized such that the TypedArray becomes out of bounds. diff --git a/test/built-ins/TypedArray/prototype/findLast/prop-desc.js b/test/built-ins/TypedArray/prototype/findLast/prop-desc.js index 49c3e67cf6..e98f370abf 100644 --- a/test/built-ins/TypedArray/prototype/findLast/prop-desc.js +++ b/test/built-ins/TypedArray/prototype/findLast/prop-desc.js @@ -1,7 +1,7 @@ // Copyright (C) 2021 Microsoft. All rights reserved. // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.findLast +esid: sec-%typedarray%.prototype.findlast description: > "findLast" property of TypedArrayPrototype info: | diff --git a/test/built-ins/TypedArray/prototype/forEach/callbackfn-resize.js b/test/built-ins/TypedArray/prototype/forEach/callbackfn-resize.js index ba72559339..50d8b93795 100644 --- a/test/built-ins/TypedArray/prototype/forEach/callbackfn-resize.js +++ b/test/built-ins/TypedArray/prototype/forEach/callbackfn-resize.js @@ -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-%typedarray%.prototype.forEach +esid: sec-%typedarray%.prototype.foreach description: Instance buffer can be resized during iteration includes: [testTypedArray.js, compareArray.js] features: [TypedArray, resizable-arraybuffer] diff --git a/test/built-ins/TypedArray/prototype/lastIndexOf/negative-index-and-resize-to-smaller.js b/test/built-ins/TypedArray/prototype/lastIndexOf/negative-index-and-resize-to-smaller.js index 752d07d75d..748e3a6e50 100644 --- a/test/built-ins/TypedArray/prototype/lastIndexOf/negative-index-and-resize-to-smaller.js +++ b/test/built-ins/TypedArray/prototype/lastIndexOf/negative-index-and-resize-to-smaller.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.lastIndexOf +esid: sec-%typedarray%.prototype.lastindexof description: > Negative index is relative to the original typed array length. info: | diff --git a/test/built-ins/TypedArray/prototype/toReversed/ignores-species.js b/test/built-ins/TypedArray/prototype/toReversed/ignores-species.js index eccce6b92b..6daccdb9f1 100644 --- a/test/built-ins/TypedArray/prototype/toReversed/ignores-species.js +++ b/test/built-ins/TypedArray/prototype/toReversed/ignores-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toReversed +esid: sec-%typedarray%.prototype.toreversed description: > %TypedArray%.prototype.toReversed ignores @@species info: | diff --git a/test/built-ins/TypedArray/prototype/toReversed/immutable.js b/test/built-ins/TypedArray/prototype/toReversed/immutable.js index 283b99516b..e2c6e80088 100644 --- a/test/built-ins/TypedArray/prototype/toReversed/immutable.js +++ b/test/built-ins/TypedArray/prototype/toReversed/immutable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toReversed +esid: sec-%typedarray%.prototype.toreversed description: > %TypedArray%.prototype.toReversed does not mutate its this value includes: [testTypedArray.js, compareArray.js] diff --git a/test/built-ins/TypedArray/prototype/toReversed/length-property-ignored.js b/test/built-ins/TypedArray/prototype/toReversed/length-property-ignored.js index c3a5ed7d85..ba83bf6dff 100644 --- a/test/built-ins/TypedArray/prototype/toReversed/length-property-ignored.js +++ b/test/built-ins/TypedArray/prototype/toReversed/length-property-ignored.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toReversed +esid: sec-%typedarray%.prototype.toreversed description: > %TypedArray%.prototype.toReversed does not read a "length" property info: | diff --git a/test/built-ins/TypedArray/prototype/toReversed/length.js b/test/built-ins/TypedArray/prototype/toReversed/length.js index a09002e8f0..9c06a32d40 100644 --- a/test/built-ins/TypedArray/prototype/toReversed/length.js +++ b/test/built-ins/TypedArray/prototype/toReversed/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toReversed +esid: sec-%typedarray%.prototype.toreversed description: > The "length" property of %TypedArray%.prototype.toReversed info: | diff --git a/test/built-ins/TypedArray/prototype/toReversed/name.js b/test/built-ins/TypedArray/prototype/toReversed/name.js index 57b51abeaa..fad33e97de 100644 --- a/test/built-ins/TypedArray/prototype/toReversed/name.js +++ b/test/built-ins/TypedArray/prototype/toReversed/name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toReversed +esid: sec-%typedarray%.prototype.toreversed description: > %TypedArray%.prototype.toReversed.name is "toReversed". info: | diff --git a/test/built-ins/TypedArray/prototype/toReversed/property-descriptor.js b/test/built-ins/TypedArray/prototype/toReversed/property-descriptor.js index 84811c0edc..b9a274cf25 100644 --- a/test/built-ins/TypedArray/prototype/toReversed/property-descriptor.js +++ b/test/built-ins/TypedArray/prototype/toReversed/property-descriptor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toReversed +esid: sec-%typedarray%.prototype.toreversed description: > "toReversed" property of %TypedArray%.prototype info: | diff --git a/test/built-ins/TypedArray/prototype/toReversed/this-value-invalid.js b/test/built-ins/TypedArray/prototype/toReversed/this-value-invalid.js index 7edb1d2599..ed08ee4a3e 100644 --- a/test/built-ins/TypedArray/prototype/toReversed/this-value-invalid.js +++ b/test/built-ins/TypedArray/prototype/toReversed/this-value-invalid.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toReversed +esid: sec-%typedarray%.prototype.toreversed description: > %TypedArray%.prototype.toReversed throws if the receiver is not a valid TypedArray info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/comparefn-not-a-function.js b/test/built-ins/TypedArray/prototype/toSorted/comparefn-not-a-function.js index c86e546588..2c6ba16276 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/comparefn-not-a-function.js +++ b/test/built-ins/TypedArray/prototype/toSorted/comparefn-not-a-function.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > %TypedArray%.prototype.toSorted verifies that the comparator is callable before reading the length. info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/comparefn-stop-after-error.js b/test/built-ins/TypedArray/prototype/toSorted/comparefn-stop-after-error.js index 3fe2004c15..cf7e4ef4c2 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/comparefn-stop-after-error.js +++ b/test/built-ins/TypedArray/prototype/toSorted/comparefn-stop-after-error.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > %TypedArray%.prototype.toSorted doesn't call copmareFn if there is an error info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/ignores-species.js b/test/built-ins/TypedArray/prototype/toSorted/ignores-species.js index 05d6af46a6..4052ef223f 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/ignores-species.js +++ b/test/built-ins/TypedArray/prototype/toSorted/ignores-species.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > %TypedArray%.prototype.toSorted ignores @@species info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/immutable.js b/test/built-ins/TypedArray/prototype/toSorted/immutable.js index a528f81ef5..3e96e85d51 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/immutable.js +++ b/test/built-ins/TypedArray/prototype/toSorted/immutable.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > %TypedArray%.prototype.toSorted does not mutate its this value includes: [testTypedArray.js, compareArray.js] diff --git a/test/built-ins/TypedArray/prototype/toSorted/length-property-ignored.js b/test/built-ins/TypedArray/prototype/toSorted/length-property-ignored.js index c150b8d6bb..22dd76dcaa 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/length-property-ignored.js +++ b/test/built-ins/TypedArray/prototype/toSorted/length-property-ignored.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > %TypedArray%.prototype.toSorted does not read a "length" property info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/length.js b/test/built-ins/TypedArray/prototype/toSorted/length.js index 5d38f28627..1feacb3ea6 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/length.js +++ b/test/built-ins/TypedArray/prototype/toSorted/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > The "length" property of %TypedArray%.prototype.toSorted info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/name.js b/test/built-ins/TypedArray/prototype/toSorted/name.js index 59bcecfa81..8f337705ed 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/name.js +++ b/test/built-ins/TypedArray/prototype/toSorted/name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > %TypedArray%.prototype.toSorted.name is "toSorted". info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/property-descriptor.js b/test/built-ins/TypedArray/prototype/toSorted/property-descriptor.js index a5c4ead9e6..4772952b0b 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/property-descriptor.js +++ b/test/built-ins/TypedArray/prototype/toSorted/property-descriptor.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > "toSorted" property of %TypedArray%.prototype info: | diff --git a/test/built-ins/TypedArray/prototype/toSorted/this-value-invalid.js b/test/built-ins/TypedArray/prototype/toSorted/this-value-invalid.js index d2ebdffdb7..1adc7f35cc 100644 --- a/test/built-ins/TypedArray/prototype/toSorted/this-value-invalid.js +++ b/test/built-ins/TypedArray/prototype/toSorted/this-value-invalid.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -esid: sec-%typedarray%.prototype.toSorted +esid: sec-%typedarray%.prototype.tosorted description: > %TypedArray%.prototype.toSorted throws if the receiver is not a valid TypedArray info: |