Age | Commit message (Expand) | Author |
---|---|---|
2021-09-11 | LibJS+js+test-js: Add GC debug mode that keeps cells "alive" as zombies | Andreas Kling |
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-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-20 | LibJS: Consistently make prototype the last argument in Object ctors | Linus Groh |
2021-06-15 | LibJS: Add the FinalizationRegistry built-in object | Idan Horowitz |