summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Error.cpp
AgeCommit message (Expand)Author
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-06-23LibJS: Clarify Object (base class) construction somewhatAndreas Kling
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-06-20LibJS: Move native objects towards two-pass constructionAndreas Kling
2020-06-07LibJS: Remove reduntant set_prototype() callsLinus Groh
2020-05-05LibJS: run clang-format on all the filesEmanuele Torre
2020-04-18LibJS: Move builtin prototypes to the global objectAndreas Kling
2020-04-18LibJS+LibWeb: Pass prototype to Object constructorAndreas Kling
2020-04-18LibJS: Pass prototype to Error constructorsAndreas Kling
2020-04-10LibJS: Use enumerator macros for boilerplate code around native typesAndreas Kling
2020-04-10LibJS: Add all the Error subclassesAndreas Kling
2020-03-24LibJS: Implement basic exception throwingAndreas Kling