Age | Commit message (Expand) | Author |
---|---|---|
2022-01-05 | LibJS: Use HashMap::remove_all_matching() in WeakMap | Andreas Kling |
2021-10-05 | LibJS: Make WeakContainer pruning do less work | Andreas Kling |
2021-09-11 | LibJS: Visit WeakMap's values as long as their keys were not collected | Idan Horowitz |
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: Add the WeakMap built-in object | Idan Horowitz |