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