Age | Commit message (Expand) | Author |
---|---|---|
2022-08-23 | LibJS+LibWeb: Replace GlobalObject with Realm in create() functions | Linus Groh |
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-02-08 | LibWeb: Introduce the Environment Settings Object | Luke Wilde |
2021-11-14 | LibJS: Annotate Promise implementation with spec comments | Linus Groh |
2021-11-12 | LibJS: Implement async functions as generator functions in BC mode | Ali Mohammad Pur |
2021-10-23 | LibJS: Convert the PromiseResolve AO to ThrowCompletionOr | Idan Horowitz |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-04-22 | Everywhere: Use linusg@serenityos.org for my copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-04-02 | LibJS: Add initial support for Promises | Linus Groh |