Commit Verlauf

Autor SHA1 Nachricht Datum
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr vor 2 Jahren
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate vor 2 Jahren
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr vor 2 Jahren
  Linus Groh 22089436ed LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr vor 2 Jahren
  Andreas Kling 4abdb68655 LibJS: Remove Object(Object& prototype) footgun vor 2 Jahren
  Linus Groh 947ea92bf6 LibJS: Convert ArrayBuffer::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 26366d5930 LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/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 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation vor 3 Jahren
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records vor 3 Jahren
  Timothy Flynn 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer vor 3 Jahren
  Timothy Flynn 13d05403ff LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object vor 3 Jahren
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS vor 3 Jahren
  ForLoveOfCats b29e19c52a LibJS: Implement and test getters added by resizable ArrayBuffer vor 3 Jahren
  ForLoveOfCats e01ee4e30b LibJS: Construct ArrayBuffer with max byte length when provided vor 3 Jahren
  ForLoveOfCats e8416b603f LibJS: Accept ArrayBuffer constructor options argument vor 3 Jahren
  Idan Horowitz 20d3869182 LibJS: Implement the CloneArrayBuffer AO vor 3 Jahren
  davidot de90d54be0 LibJS: Convert ArrayBuffer construction to ThrowCompletionOr vor 3 Jahren
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr vor 3 Jahren
  Linus Groh 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value vor 3 Jahren
  Linus Groh 1fba5ca8c3 LibJS: Implement the AllocateArrayBuffer() AO vor 3 Jahren
  Andreas Kling d42d655853 LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef vor 3 Jahren
  Ali Mohammad Pur 7589cc2494 LibJS: Handle possible allocation failure in ArrayBuffer(size_t) vor 3 Jahren
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe vor 3 Jahren
  Idan Horowitz f5a978c1aa LibWeb: Set a detach key for ArrayBuffers returned from WASM vor 4 Jahren
  Idan Horowitz 8527f00065 LibJS: Allow and check for detached ArrayBuffers vor 4 Jahren