Age | Commit message (Expand) | Author |
---|---|---|
2021-09-11 | LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit | Andreas Kling |
2021-06-27 | LibJS: Fix typo "sweeped" => "swept" everywhere | Andreas Kling |
2021-06-12 | LibJS: Generify the garbage collector's weak container notifications | Idan Horowitz |
2021-06-09 | LibJS: Notify WeakSets when heap cells are sweeped | Idan Horowitz |
2021-06-09 | LibJS: Add the WeakSet built-in object | Idan Horowitz |