Age | Commit message (Expand) | Author |
---|---|---|
2022-02-05 | LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option | davidot |
2021-11-17 | AK: Convert AK::Format formatting helpers to returning ErrorOr<void> | 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-08-01 | LibJS: Remove unused includes out of Cell.h, move to the users | Brian Gianforcaro |
2021-07-01 | LibJS: Drop "Record" suffix from all the *Environment record classes | Andreas Kling |
2021-06-23 | LibJS: Make EnvironmentRecord inherit directly from Cell | Andreas Kling |
2021-05-25 | LibJS: Make Cell::Visitor::visit_impl() take a Cell& | Andreas Kling |
2021-05-25 | LibJS: Replace Cell live bit with a cell state | Andreas Kling |
2021-05-25 | LibJS: Inline Cell::Visitor::visit() functions | Andreas Kling |
2021-05-17 | LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/ | Andreas Kling |