summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/WeakRef.cpp
AgeCommit message (Expand)Author
2021-10-05LibJS: Make WeakContainer pruning do less workAndreas Kling
2021-09-11LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedefAndreas Kling
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-20LibJS: Consistently make prototype the last argument in Object ctorsLinus Groh
2021-06-12LibJS: Add the WeakRef built-in objectIdan Horowitz