Linus Groh
|
d74f8039eb
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
|
2 years ago |
Linus Groh
|
b99cc7d050
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
|
2 years ago |
Linus Groh
|
9f3f3b0864
LibJS: Remove implicit wrapping/unwrapping of completion records
|
3 years ago |
davidot
|
244adb371f
LibJS: Spin the event loop until await has completed
|
3 years ago |
Linus Groh
|
47cdd90836
LibJS: Use new NativeFunction::create() in most places
|
3 years ago |
davidot
|
9264f9d24e
LibJS+Everywhere: Remove VM::exception() and most related functions
|
3 years ago |
Linus Groh
|
1c05d39abc
LibJS: Also throw exception when returning throw completion from await
|
3 years ago |
Ali Mohammad Pur
|
ccf713bf23
LibJS: Spin the event loop while waiting for async completion in `await`
|
3 years ago |
Linus Groh
|
57de5056b6
LibJS: Convert push_execution_context() to ThrowCompletionOr
|
3 years ago |
Linus Groh
|
68ac13a192
LibJS: Add a Completion(ThrowCompletionOr<Value> const&) constructor
|
3 years ago |
Idan Horowitz
|
a445deb205
LibJS: Remove left-over debug assertion from the Await AO
|
3 years ago |
Idan Horowitz
|
46dabf02ec
LibJS: Add support for await expressions
|
3 years ago |