Age | Commit message (Expand) | Author |
---|---|---|
2022-05-03 | LibJS: Remove implicit wrapping/unwrapping of completion records | Linus Groh |
2022-02-28 | LibJS: Spin the event loop until await has completed | davidot |
2022-02-20 | LibJS: Use new NativeFunction::create() in most places | Linus Groh |
2022-02-08 | LibJS+Everywhere: Remove VM::exception() and most related functions | davidot |
2021-12-28 | LibJS: Also throw exception when returning throw completion from await | Linus Groh |
2021-11-28 | LibJS: Spin the event loop while waiting for async completion in `await` | Ali Mohammad Pur |
2021-11-14 | LibJS: Convert push_execution_context() to ThrowCompletionOr | Linus Groh |
2021-11-14 | LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructor | Linus Groh |
2021-11-10 | LibJS: Remove left-over debug assertion from the Await AO | Idan Horowitz |
2021-11-10 | LibJS: Add support for await expressions | Idan Horowitz |