summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Runtime/Promise.cpp
AgeCommit message (Expand)Author
2022-10-02LibJS: Make PromiseCapability GC-allocatedLinus Groh
2022-10-02LibJS: Move PromiseCapability into its own cpp/h fileLinus Groh
2022-10-02LibJS: Update outdated PROMISE_DEBUG loggingLinus Groh
2022-08-27LibJS: Move intrinsics to the realmLinus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibJS: Remove GlobalObject parameter from native functionsLinus Groh
2022-08-23LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]Linus Groh
2022-08-23LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19]Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()Linus Groh
2022-08-23LibJS+LibWeb: Replace GlobalObject with Realm in create() functionsLinus Groh
2022-05-03LibJS: Remove implicit wrapping/unwrapping of completion recordsLinus Groh
2022-02-08LibJS: Setup host hooks and have promise jobs work out the realmLuke Wilde
2022-02-08LibJS+Everywhere: Remove all VM::clear_exception() callsdavidot
2022-01-23Everywhere: Convert VM::call() to JS::call()mjz19910
2022-01-06LibJS: Replace the custom unwind mechanism with completions :^)Linus Groh
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2021-11-14LibJS: Annotate Promise implementation with spec commentsLinus Groh
2021-10-23LibJS: Convert the PromiseResolve AO to ThrowCompletionOrIdan Horowitz
2021-10-23LibJS: Convert the NewPromiseCapability AO to ThrowCompletionOrIdan Horowitz
2021-10-03LibJS: Convert Object::get() to ThrowCompletionOrLinus Groh
2021-09-23LibJS: Convert Value::invoke and VM::call to ThrowCompletionOrIdan Horowitz
2021-08-23LibJS: Set the function names for the resolve, reject, and executorTimothy Flynn
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-07-08LibJS: Reorder and add missing name & length properties to Built-insIdan Horowitz
2021-07-05LibJS: Remove unnecessary value_or() from get()Linus Groh
2021-07-05LibJS: Remove two unnecessary 'vm.argument(0).value_or(js_undefined())'Linus Groh
2021-06-13LibJS: Add ECMA-262 section/title/URL comments almost everywhereLinus Groh
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-02LibJS: Add initial support for PromisesLinus Groh