Fix some esids that should have been lower case

This commit is contained in:
Ms2ger 2022-12-02 17:03:22 +01:00
parent 8f752acdaa
commit bd1bd273fb
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.
/*---
esid: sec-array.prototype.copyWithin
esid: sec-array.prototype.copywithin
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.
/*---
esid: sec-array.prototype.findIndex
esid: sec-array.prototype.findindex
description: Array.prototype.findIndex applied to boolean primitive
---*/

View File

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

View File

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

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Leo Balter. All rights reserved.
// 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-like objects can be flattened (typedArrays)
info: |

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// 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-like objects can be flattened
info: |

View File

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

View File

@ -2,7 +2,7 @@
// 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
includes: [compareArray.js]
---*/

View File

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

View File

@ -1,7 +1,7 @@
// Copyright (C) 2018 Shilpi Jain and Michael Ficarra. All rights reserved.
// 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.
info: >
17 ECMAScript Standard Built-in Objects

View File

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

View File

@ -2,7 +2,7 @@
// 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.
info: >
17 ECMAScript Standard Built-in Objects

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
// 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
---*/

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-array.prototype.indexOf
esid: sec-array.prototype.indexof
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.
/*---
esid: sec-array.prototype.lastIndexOf
esid: sec-array.prototype.lastindexof
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.
/*---
esid: sec-array.prototype.reduceRight
esid: sec-array.prototype.reduceright
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.
/*---
esid: sec-array.prototype.toString
esid: sec-array.prototype.tostring
description: Array.prototype.toString applied to boolean primitive
---*/