Commit History

Author SHA1 Message Date
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr 2 years ago
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 years ago
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated 2 years ago
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file 2 years ago
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] 2 years ago
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/19] 2 years ago
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records 3 years ago
  Linus Groh 5b48912d35 LibJS: Remove a bunch of gratuitous JS namespace qualifiers 3 years ago
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 3 years ago
  Luke Wilde 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm 3 years ago
  davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls 3 years ago
  davidot 9264f9d24e LibJS+Everywhere: Remove VM::exception() and most related functions 3 years ago
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() 3 years ago
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) 3 years ago
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T 3 years ago
  Linus Groh 878668efc9 LibJS: Call [[Reject]] in PromiseResolveThenableJob after abrupt then() 3 years ago
  Linus Groh cd391aa8ef LibJS: Convert call_job_callback() to ThrowCompletionOr 3 years ago
  Linus Groh 01c2570678 LibJS: Annotate Promise implementation with spec comments 3 years ago
  Linus Groh 5832de62fe LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 3 years ago
  Linus Groh 2ffb30a996 LibJS: Don't return empty value from PromiseReactionJob::call(), for now 3 years ago
  Idan Horowitz ab594e5f2f LibJS: Convert Value::invoke and VM::call to ThrowCompletionOr 3 years ago
  Linus Groh 7327a28ccc LibJS: Add ECMA-262 section/title/URL comments almost everywhere 4 years ago
  Linus Groh ebdeed087c Everywhere: Use linusg@serenityos.org for my copyright headers 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Linus Groh f418115f1b LibJS: Add initial support for Promises 4 years ago