index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
Completion.cpp
Age
Commit message (
Expand
)
Author
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NativeFunction::create() to NonnullGCPtr
Linus Groh
2022-11-09
LibJS: Move throw_completion(Value) out of line
Andreas Kling
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-09-08
LibJS+LibWeb: Spin event loop via VM::CustomData abstraction
Andreas Kling
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]
Linus Groh
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-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