summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/Error.h
AgeCommit message (Expand)Author
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-04-18LibJS: Pass prototype to Error constructorsAndreas Kling
2020-04-13LibJS: Implement Error.prototype.name setter (#1776)Brian Gianforcaro
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