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
/
PromiseJobs.cpp
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
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-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-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
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-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
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: Call [[Reject]] in PromiseResolveThenableJob after abrupt then()
Linus Groh
2021-11-14
LibJS: Convert call_job_callback() to ThrowCompletionOr
Linus Groh
2021-11-14
LibJS: Annotate Promise implementation with spec comments
Linus Groh
2021-10-21
LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr
Linus Groh
2021-10-15
LibJS: Don't return empty value from PromiseReactionJob::call(), for now
Linus Groh
2021-09-23
LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr
Idan Horowitz
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