Commit Verlauf

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