Age | Commit message (Expand) | Author |
---|---|---|
2020-04-18 | LibJS: Move builtin prototypes to the global object | Andreas Kling |
2020-04-18 | LibJS+LibWeb: Pass prototype to Object constructor | Andreas Kling |
2020-04-18 | LibJS: Pass prototype to NumberObject constructor | Andreas Kling |
2020-04-04 | LibJS: Add NumberObject and make to_object() on number values create it | Andreas Kling |