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-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 |