summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/WeakContainer.h
AgeCommit message (Expand)Author
2021-10-06LibJS: Add missing headersBen Wiederhake
2021-10-05LibJS: Make WeakContainer pruning do less workAndreas Kling
2021-09-11LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bitAndreas Kling
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-07-21LibJS: Use IntrusiveList for keeping track of WeakContainersAndreas Kling
2021-06-27LibJS: Fix typo "sweeped" => "swept" everywhereAndreas Kling
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz
2021-06-12LibJS: Generify the garbage collector's weak container notificationsIdan Horowitz