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