Age | Commit message (Expand) | Author |
---|---|---|
2020-07-15 | LibJS: Add Number.prototype.toString | Matthew Olsson |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-06-13 | LibJS: Add JSON.stringify | Matthew Olsson |
2020-04-18 | LibJS: Pass prototype to NumberObject constructor | Andreas Kling |
2020-04-10 | LibJS: Boolean, Number and String prototypes should have values too | Andreas Kling |
2020-04-04 | LibJS: Add NumberObject and make to_object() on number values create it | Andreas Kling |