summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Map.h
AgeCommit message (Expand)Author
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-13LibJS: Avoid unnecessary ToObject conversion when resolving referencesAnonymous
2022-02-10LibJS: Fix Map Iterators when elements are deleted during iterationdavidot
2022-02-09LibJS: Make Map iterators independent of the underlying hashmapAli Mohammad Pur
2021-06-15LibJS: Use OrderedHashMap instead of HashMap in the Map built-inIdan Horowitz
2021-06-13LibJS: Add the Map built-in objectIdan Horowitz