Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 54d1f4e234 LibJS: Stop propagating small OOM errors from the Error object il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr il y a 2 ans
  Timothy Flynn 88814acbd3 LibJS+Everywhere: Convert JS::Error to String il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Timothy Flynn 34574c5ee8 LibJS+LibWeb: Convert empty PrimitiveString invocators to String il y a 2 ans
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr il y a 2 ans
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun il y a 2 ans
  Linus Groh 6e386acb11 LibJS: Convert PromiseResolvingFunction::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 716c8bdc9d LibJS: Convert PromiseReaction::create() to NonnullGCPtr il y a 2 ans
  Linus Groh a4d85cd522 LibJS: Convert Promise::create() to NonnullGCPtr il y a 2 ans
  Linus Groh d21ac9d820 LibJS: Convert Error::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 525f22d018 LibJS: Replace standalone js_string() with PrimitiveString::create() il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 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 4986fa262c LibJS: Update outdated PROMISE_DEBUG logging il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm il y a 2 ans
  Linus Groh b345a0acca LibJS+LibWeb: Reduce use of GlobalObject as an intermediary il y a 2 ans
  Linus Groh b465f46e00 LibJS: Remove GlobalObject parameter from native functions il y a 2 ans
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] il y a 2 ans
  Linus Groh d74f8039eb LibJS: Replace GlobalObject with VM in Promise AOs [Part 8/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 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Luke Wilde 4c1c6ef91c LibJS: Setup host hooks and have promise jobs work out the realm il y a 3 ans
  davidot 1c4c251be3 LibJS+Everywhere: Remove all VM::clear_exception() calls il y a 3 ans
  mjz19910 1ef633472b Everywhere: Convert VM::call() to JS::call() il y a 3 ans
  Linus Groh 9d0d3affd4 LibJS: Replace the custom unwind mechanism with completions :^) il y a 3 ans