ladybird/Userland/Libraries/LibJS/Tests/builtins/Iterator
Timothy Flynn fb228a3d85 LibJS: Implement Iterator.prototype.constructor according to spec
The spec allows setting a constructor on non built-in Iterator objects.

This is a normative change in the Iterator Helpers proposal. See:
30b3501
2024-07-18 14:49:25 +02:00
..
Iterator.from.js
Iterator.js
Iterator.prototype.@@toStringTag.js
Iterator.prototype.constructor.js LibJS: Implement Iterator.prototype.constructor according to spec 2024-07-18 14:49:25 +02:00
Iterator.prototype.drop.js
Iterator.prototype.every.js
Iterator.prototype.filter.js
Iterator.prototype.find.js
Iterator.prototype.flatMap.js
Iterator.prototype.forEach.js
Iterator.prototype.map.js
Iterator.prototype.reduce.js
Iterator.prototype.some.js
Iterator.prototype.take.js
Iterator.prototype.toArray.js