Age | Commit message (Expand) | Author |
---|---|---|
2021-10-06 | LibJS: Add missing headers | Ben Wiederhake |
2021-10-05 | LibJS: Make WeakContainer pruning do less work | Andreas Kling |
2021-09-11 | LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit | Andreas Kling |
2021-09-10 | AK+Everywhere: Reduce the number of template parameters of IntrusiveList | Ali Mohammad Pur |
2021-07-21 | LibJS: Use IntrusiveList for keeping track of WeakContainers | Andreas Kling |
2021-06-27 | LibJS: Fix typo "sweeped" => "swept" everywhere | Andreas Kling |
2021-06-12 | LibJS: Add the WeakRef built-in object | Idan Horowitz |
2021-06-12 | LibJS: Generify the garbage collector's weak container notifications | Idan Horowitz |