Age | Commit message (Expand) | Author |
---|---|---|
2022-08-29 | LibJS: Hide all the constructors! | Andreas Kling |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2022-06-23 | LibJS: Implement WeakRef changes from 'Symbol as WeakMap Keys Proposal' | Idan Horowitz |
2022-03-16 | Libraries: Use default constructors/destructors in LibJS | Lenny Maiorani |
2022-02-05 | LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option | davidot |
2021-10-05 | LibJS: Make WeakContainer pruning do less work | Andreas Kling |
2021-10-02 | LibJS: Put zombie cell tracking code behind a compile-time flag | Andreas Kling |
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-20 | LibJS: Consistently make prototype the last argument in Object ctors | Linus Groh |
2021-06-12 | LibJS: Add the WeakRef built-in object | Idan Horowitz |