summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Error.cpp
AgeCommit message (Expand)Author
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