Historique des commits

Auteur SHA1 Message Date
  Luke Wilde ae7a0c43a9 LibJS: Implement await properly for async functions il y a 1 an
  Daniel Bertalan 2a563b9de6 LibJS/Bytecode: Correctly rethrow exception in `await` expression il y a 2 ans
  Andreas Kling 1dc7f03137 LibJS: Have AsyncFunctionDriverWrapper unwrap promises before returning il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Hendiadyoin1 4c2b4c1a27 LibJS: Overhaul AsyncFunctionDriverWrapper to make it actually work il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr il y a 2 ans
  Luke Wilde 5bc3371226 LibJS: Perform received abrupt generator completions in the generator il y a 2 ans
  Andreas Kling 71067cbc6c LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.h il y a 2 ans
  Linus Groh fc9d587e39 LibJS: Make PromiseCapability GC-allocated il y a 2 ans
  Linus Groh c2326ec95a LibJS: Move PromiseCapability into its own cpp/h file il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh 56b2ae5ac0 LibJS: Replace GlobalObject with VM in remaining AOs [Part 19/19] il y a 2 ans
  Linus Groh a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] il y a 2 ans
  Linus Groh e992a9f469 LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>() il y a 2 ans
  Linus Groh b99cc7d050 LibJS+LibWeb: Replace GlobalObject with Realm in create() functions il y a 2 ans
  Linus Groh ecd163bdf1 LibJS+LibWeb: Replace GlobalObject with Realm in object constructors il y a 2 ans
  Linus Groh 4c300cc5e8 LibJS: Fix the prototype of AsyncFunctionDriverWrapper's Promise base il y a 2 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls il y a 3 ans
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) il y a 3 ans
  Linus Groh 85f0fc2b83 LibJS: Return Optional<T> from Completion::{value,target}(), not T il y a 3 ans
  Ali Mohammad Pur 3b0bf05fa5 LibJS: Implement async functions as generator functions in BC mode il y a 3 ans