Age | Commit message (Expand) | Author |
---|---|---|
2020-05-05 | LibJS: run clang-format on all the files | Emanuele Torre |
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 Error constructors | Andreas Kling |
2020-04-10 | LibJS: Use enumerator macros for boilerplate code around native types | Andreas Kling |
2020-04-10 | LibJS: Add all the Error subclasses | Andreas Kling |
2020-03-24 | LibJS: Implement basic exception throwing | Andreas Kling |