Age | Commit message (Expand) | Author |
---|---|---|
2022-01-30 | LibJS: Implement the import assertions proposal | davidot |
2022-01-23 | Everywhere: Convert VM::call() to JS::call() | mjz19910 |
2022-01-06 | LibJS: Replace the custom unwind mechanism with completions :^) | Linus Groh |
2022-01-03 | LibJS: Return Optional<T> from Completion::{value,target}(), not T | Linus Groh |
2021-11-29 | LibJS: Move the TRY_OR_REJECT macro to PromiseReaction | davidot |
2021-10-23 | LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr | Idan Horowitz |
2021-06-27 | LibJS: Rename Function => FunctionObject | Andreas Kling |
2021-06-13 | LibJS: Add ECMA-262 section/title/URL comments almost everywhere | Linus Groh |
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 |