Commit Verlauf

Autor SHA1 Nachricht Datum
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible vor 1 Jahr
  Matthew Olsson 7c0c1c8f49 LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Linus Groh b90f505409 LibJS: Convert WrappedFunction::create() to NonnullGCPtr vor 2 Jahren
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm vor 2 Jahren
  Linus Groh 25849f8a6d LibJS: Replace GlobalObject with VM in common AOs [Part 18/19] vor 2 Jahren
  Linus Groh ab6796691f LibJS: Replace GlobalObject with VM in ShadowRealm AOs [Part 16/19] vor 2 Jahren
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 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 fed1498824 LibJS: Implement & use the {Ordinary,PrepareFor}WrappedFunctionCall AOs vor 2 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Linus Groh c08a52dd97 LibJS: Remove the name prefix for wrapped functions vor 3 Jahren
  Linus Groh bc183dbbcb LibJS: Replace uses of MarkedValueList with MarkedVector<Value> vor 3 Jahren
  Linus Groh e20efaa083 LibJS: Let WrappedFunction inherit target name and length vor 3 Jahren
  Linus Groh 50f8755792 LibJS: Implement Wrapped Function Exotic Objects vor 3 Jahren