Age | Commit message (Expand) | Author |
---|---|---|
2022-02-05 | LibJS: Visit internal values in PromiseValueList | davidot |
2022-01-31 | Everywhere: Update copyrights with my new serenityos.org e-mail :^) | Timothy Flynn |
2022-01-04 | LibJS: Convert PromiseResolvingElementFunction to ThrowCompletionOr | Linus Groh |
2021-10-21 | LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr | Linus Groh |
2021-09-11 | LibJS: Specify right base for PromiseResolvingElementFunction subclasses | Andreas Kling |
2021-09-11 | LibJS: Don't use MarkedValueList in PromiseValueList | Andreas Kling |
2021-08-23 | LibJS: Implement Promise.allSettled on the Promise constructor | Timothy Flynn |
2021-08-23 | LibJS: Implement Promise.any on the Promise constructor | Timothy Flynn |
2021-08-23 | LibJS: Generalize PromiseAllResolveElementFunction common functionality | Timothy Flynn |