summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AggregateError.h
AgeCommit message (Collapse)Author
2021-06-23LibJS: Make AggregateError inherit from ErrorLinus Groh
This is our way of implementing the [[ErrorData]] internal slot, which is being used in Object.prototype.toString().
2021-06-23LibJS: Fix AggregateError's class_name()Linus Groh
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
Currently stage 3. https://github.com/tc39/proposal-error-cause
2021-06-11LibJS: Implement AggregateErrorLinus Groh