Fix some esids that should have been lower case

This commit is contained in:
Ms2ger 2025-06-01 13:56:54 +02:00 committed by Philip Chimento
parent 95d90bf9f2
commit 9d4ce52163
28 changed files with 28 additions and 28 deletions

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.copyWithin esid: sec-array.prototype.copywithin
description: Array.prototype.copyWithin applied to boolean primitive description: Array.prototype.copyWithin applied to boolean primitive
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.findIndex esid: sec-array.prototype.findindex
description: Array.prototype.findIndex applied to boolean primitive description: Array.prototype.findIndex applied to boolean primitive
---*/ ---*/

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved. // Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Does not flatten array-like objects nested into the main array Does not flatten array-like objects nested into the main array
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved. // Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Observe abrupt completion in poisoned lengths of array-like objects Observe abrupt completion in poisoned lengths of array-like objects
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved. // Copyright (C) 2018 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
array-like objects can be flattened (typedArrays) array-like objects can be flattened (typedArrays)
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
array-like objects can be flattened array-like objects can be flattened
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Behavior when given a bound function Behavior when given a bound function
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: Array.prototype.flatMap applied to boolean primitive description: Array.prototype.flatMap applied to boolean primitive
includes: [compareArray.js] includes: [compareArray.js]
---*/ ---*/

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Behavior when array is depth more than 1 Behavior when array is depth more than 1
includes: [compareArray.js] includes: [compareArray.js]

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: Array.prototype.flatMap.length value and descriptor. description: Array.prototype.flatMap.length value and descriptor.
info: > info: >
17 ECMAScript Standard Built-in Objects 17 ECMAScript Standard Built-in Objects

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
non callable argument should throw TypeError Exception non callable argument should throw TypeError Exception
info: | info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: Property type and descriptor. description: Property type and descriptor.
info: > info: >
17 ECMAScript Standard Built-in Objects 17 ECMAScript Standard Built-in Objects

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Richard Lawrence. All rights reserved. // Copyright (C) 2018 Richard Lawrence. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
properties are accessed correct number of times by .flatMap properties are accessed correct number of times by .flatMap
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Assert behavior if this value has a custom non-object constructor property Assert behavior if this value has a custom non-object constructor property
info: | info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Assert behavior if this value has a custom object constructor property species Assert behavior if this value has a custom object constructor property species
info: | info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Assert behavior if this value has a poisoned custom species constructor Assert behavior if this value has a poisoned custom species constructor
info: | info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Assert behavior if this value has a custom species constructor Assert behavior if this value has a custom species constructor
info: | info: |

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Assert behavior if this value has a custom object constructor property Assert behavior if this value has a custom object constructor property
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Throw a TypeError if this value is null or undefined Throw a TypeError if this value is null or undefined
info: | info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved. // Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.flatMap esid: sec-array.prototype.flatmap
description: > description: >
Behavior when thisArg is provided Behavior when thisArg is provided
Array.prototype.flatMap ( mapperFunction [ , thisArg ] ) Array.prototype.flatMap ( mapperFunction [ , thisArg ] )

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.forEach esid: sec-array.prototype.foreach
description: Array.prototype.forEach applied to boolean primitive description: Array.prototype.forEach applied to boolean primitive
---*/ ---*/

View File

@ -1,7 +1,7 @@
// Copyright (C) 2021 the V8 project authors. All rights reserved. // Copyright (C) 2021 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.forEach esid: sec-array.prototype.foreach
description: TypedArray instance buffer can be resized during iteration description: TypedArray instance buffer can be resized during iteration
includes: [testTypedArray.js, compareArray.js] includes: [testTypedArray.js, compareArray.js]
features: [TypedArray, resizable-arraybuffer] features: [TypedArray, resizable-arraybuffer]

View File

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

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.indexOf esid: sec-array.prototype.indexof
description: Array.prototype.indexOf applied to boolean primitive description: Array.prototype.indexOf applied to boolean primitive
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.lastIndexOf esid: sec-array.prototype.lastindexof
description: Array.prototype.lastIndexOf applied to boolean primitive description: Array.prototype.lastIndexOf applied to boolean primitive
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.reduceRight esid: sec-array.prototype.reduceright
description: Array.prototype.reduceRight applied to boolean primitive description: Array.prototype.reduceRight applied to boolean primitive
---*/ ---*/

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
/*--- /*---
esid: sec-array.prototype.toString esid: sec-array.prototype.tostring
description: Array.prototype.toString applied to boolean primitive description: Array.prototype.toString applied to boolean primitive
---*/ ---*/