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
/
Promise.cpp
Age
Commit message (
Expand
)
Author
2022-10-02
LibJS: Make PromiseCapability GC-allocated
Linus Groh
2022-10-02
LibJS: Move PromiseCapability into its own cpp/h file
Linus Groh
2022-10-02
LibJS: Update outdated PROMISE_DEBUG logging
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-23
LibJS: Remove GlobalObject parameter from native functions
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/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 Heap::allocate<T>()
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-08
LibJS: Setup host hooks and have promise jobs work out the realm
Luke Wilde
2022-02-08
LibJS+Everywhere: Remove all VM::clear_exception() calls
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-14
LibJS: Annotate Promise implementation with spec comments
Linus Groh
2021-10-23
LibJS: Convert the PromiseResolve AO to ThrowCompletionOr
Idan Horowitz
2021-10-23
LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOr
Idan Horowitz
2021-10-03
LibJS: Convert Object::get() to ThrowCompletionOr
Linus Groh
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
2021-08-23
LibJS: Set the function names for the resolve, reject, and executor
Timothy Flynn
2021-08-01
LibJS: Remove unused includes out of Cell.h, move to the users
Brian Gianforcaro
2021-07-08
LibJS: Reorder and add missing name & length properties to Built-ins
Idan Horowitz
2021-07-05
LibJS: Remove unnecessary value_or() from get()
Linus Groh
2021-07-05
LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())'
Linus Groh
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