Histórico de Commits

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