summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/WeakMap.cpp
AgeCommit message (Expand)Author
2022-01-05LibJS: Use HashMap::remove_all_matching() in WeakMapAndreas Kling
2021-10-05LibJS: Make WeakContainer pruning do less workAndreas Kling
2021-09-11LibJS: Visit WeakMap's values as long as their keys were not collectedIdan Horowitz
2021-09-11LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bitAndreas Kling
2021-06-27LibJS: Fix typo "sweeped" => "swept" everywhereAndreas Kling
2021-06-12LibJS: Add the WeakMap built-in objectIdan Horowitz