1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 08:45:07 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Idan Horowitz
322c8a3995 LibJS: Add the MapIterator built-in and the key/values/entries methods
While this implementation should be complete it is based on HashMap's
iterator, which currently follows bucket-order instead of the required
insertion order. This can be simply fixed by replacing the underlying
HashMap member in Map with an enhanced one that maintains a linked
list in insertion order.
2021-06-13 00:33:18 +01:00