Age | Commit message (Expand) | Author |
---|---|---|
2020-09-25 | Meta+LibHTTP through LibWeb: Make clang-format-10 clean | Ben Wiederhake |
2020-06-23 | LibJS: Clarify Object (base class) construction somewhat | Andreas Kling |
2020-06-21 | LibJS+LibWeb: Add JS::Object::inherits(class_name) | Andreas Kling |
2020-06-20 | LibJS: Move native objects towards two-pass construction | Andreas Kling |
2020-06-07 | LibJS: Remove reduntant set_prototype() calls | Linus Groh |
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 |