Historique des commits

Auteur SHA1 Message Date
  Tobias Soppa 9267e24741 LibJS+LibWeb: Track SharedArrayBuffers' shared state il y a 1 an
  Andrew Kaster 56d0a0ac0f LibJS: Make CreateDataByteBlock AO publicly available il y a 1 an
  Andreas Kling 72c9f56c66 LibJS: Make Heap::allocate<T>() infallible il y a 1 an
  Shannon Booth 3781948f0c LibJS: Add initial implementation for SharedArrayBuffer il y a 2 ans
  PrestonLTaylor 850c252b3e LibJS: Implement ArrayBuffer.prototype.transfer & transferToFixedLength il y a 2 ans
  Kenneth Myhra ce2b88e7cc LibJS: Use copy_data_block_bytes() instead of overwrite() and copy_to() il y a 2 ans
  Kenneth Myhra f3fb005653 LibJS: Partially implement AO CopyDataBlockBytes il y a 2 ans
  Timothy Flynn 706a20c4d4 LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1 il y a 2 ans
  Linus Groh b84f8fb55b LibJS: Make intrinsics getters return NonnullGCPtr il y a 2 ans
  Timothy Flynn b75b7f0c0d LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate il y a 2 ans
  Linus Groh 1c24b82dd7 LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr 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 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 50428ea8d2 LibJS: Move intrinsics to the realm 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 26366d5930 LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19] il y a 2 ans
  Linus Groh f3117d46dc LibJS: Remove GlobalObject from VM::throw_completion() 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 028a6b90b1 LibJS: Revert partial resizable ArrayBuffer implementation il y a 3 ans
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records il y a 3 ans
  Timothy Flynn 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer il y a 3 ans
  Timothy Flynn 13d05403ff LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object il y a 3 ans
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS il y a 3 ans
  ForLoveOfCats b29e19c52a LibJS: Implement and test getters added by resizable ArrayBuffer il y a 3 ans
  ForLoveOfCats e01ee4e30b LibJS: Construct ArrayBuffer with max byte length when provided il y a 3 ans
  ForLoveOfCats e8416b603f LibJS: Accept ArrayBuffer constructor options argument il y a 3 ans
  Idan Horowitz 20d3869182 LibJS: Implement the CloneArrayBuffer AO il y a 3 ans
  davidot de90d54be0 LibJS: Convert ArrayBuffer construction to ThrowCompletionOr il y a 3 ans