Age | Commit message (Expand) | Author |
---|---|---|
2022-12-15 | LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr | Linus Groh |
2022-12-14 | LibJS: Convert AggregateError::create() to NonnullGCPtr | Linus Groh |
2022-08-27 | LibJS: Move intrinsics to the realm | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() | Linus Groh |
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2021-06-23 | LibJS: Make AggregateError inherit from Error | Linus Groh |
2021-06-11 | LibJS: Implement the Error Cause proposal | Linus Groh |
2021-06-11 | LibJS: Implement AggregateError | Linus Groh |