summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/MapIterator.h
AgeCommit message (Expand)Author
2022-12-14LibJS: Convert MapIterator::create() to NonnullGCPtrLinus Groh
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-03-16Libraries: Use default constructors/destructors in LibJSLenny Maiorani
2022-02-09LibJS: Make Map iterators independent of the underlying hashmapAli Mohammad Pur
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