Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |
2021-01-01 | LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI | Andreas Kling |
2020-11-28 | LibJS: Rename Cell::visit_children() => Cell::visit_edges() | Andreas Kling |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-04-29 | LibJS: Make StringObject::primitive_string() return a reference | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to StringObject constructor | Andreas Kling |
2020-04-10 | LibJS: Boolean, Number and String prototypes should have values too | Andreas Kling |
2020-03-16 | LibJS: Add "Heap" and "Runtime" subdirectories | Andreas Kling |