Age | Commit message (Expand) | Author |
---|---|---|
2020-11-28 | LibJS: Rename Cell::visit_children() => Cell::visit_edges() | Andreas Kling |
2020-07-09 | LibJS: Move global symbol map from SymbolObject to Interpreter | Matthew Olsson |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-05-17 | LibJS: Add symbol objects | mattco98 |