diff options
author | Idan Horowitz <idan.horowitz@gmail.com> | 2021-06-12 23:58:03 +0300 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-06-13 00:33:18 +0100 |
commit | 322c8a3995e3fab7c77b78b60348337e24a2d9e2 (patch) | |
tree | b69890ed8b4054ed8c6a49ec200b02685e9ff216 /Userland/Libraries/LibCoreDump | |
parent | 6c0d5163a1bdbfab120525f075830a023500d8dc (diff) | |
download | serenity-322c8a3995e3fab7c77b78b60348337e24a2d9e2.zip |
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.
Diffstat (limited to 'Userland/Libraries/LibCoreDump')
0 files changed, 0 insertions, 0 deletions