summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/MapIterator.h
AgeCommit message (Expand)Author
2021-06-20LibJS: Consistently make prototype the last argument in Object ctorsLinus Groh
2021-06-15LibJS: Use OrderedHashMap instead of HashMap in the Map built-inIdan Horowitz
2021-06-13LibJS: Add the MapIterator built-in and the key/values/entries methodsIdan Horowitz