summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/AggregateError.h
AgeCommit message (Expand)Author
2022-12-14LibJS: Convert AggregateError::create() to NonnullGCPtrLinus Groh
2022-08-29LibJS: Hide all the constructors!Andreas Kling
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2021-06-23LibJS: Make AggregateError inherit from ErrorLinus Groh
2021-06-23LibJS: Fix AggregateError's class_name()Linus Groh
2021-06-11LibJS: Implement the Error Cause proposalLinus Groh
2021-06-11LibJS: Implement AggregateErrorLinus Groh