Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 29ac6e3689 LibJS: Partially implement resizable ArrayBuffer objects il y a 1 an
  Timothy Flynn 4f32392426 LibJS: Update spec headers of ArrayBuffer, TypedArray, DataView, Atomics il y a 1 an
  Andreas Kling abcf71a8ca LibJS: Remove unnecessary ThrowCompletionOr return types in TypedArray il y a 1 an
  Andreas Kling 3c74dc9f4d LibJS: Segregate GC-allocated objects by type il y a 1 an
  Andreas Kling 3fb406b97e LibJS: Avoid ByteBuffer copying in NumericToRawBytes il y a 1 an
  Andreas Kling 285484874d LibJS: Avoid ByteBuffer copying in RawBytesToNumeric il y a 1 an
  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
  Shannon Booth d18cae7301 LibJS: Add spec comments to RawBytesToNumeric AO il y a 2 ans
  Shannon Booth 4186fcab9a LibJS: Implement GetValueFromBuffer AO closer to spec il y a 2 ans
  Shannon Booth b1870bc47b LibJS: Propagate OOM from SetValueInBuffer AO il y a 2 ans
  Shannon Booth 3bb15d3dae LibJS: Propagate OOM from GetValueFromBuffer AO il y a 2 ans
  Shannon Booth 49c8d22f50 LibJS: Propagate OOM in GetModifySetValueInBuffer AO il y a 2 ans
  Shannon Booth 81c8e642b9 LibJS: Handle OOM in NumericToRawBytes AO il y a 2 ans
  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
  PrestonLTaylor 286bf307d2 LibJS: Don't crash when calling byte_length for a detached ArrayBuffer il y a 2 ans
  Shannon Booth 0748e755d8 LibJS: Implement SetValueInBuffer closer to spec il y a 2 ans
  Shannon Booth fe479ffd66 LibJS: Add spec comment for [[ArrayBufferData]] il y a 2 ans
  Shannon Booth 78d5c23c3a LibJS: Add spec comment for IsDetachedBuffer ( arrayBuffer ) il y a 2 ans
  Kenneth Myhra f3fb005653 LibJS: Partially implement AO CopyDataBlockBytes il y a 2 ans
  Timothy Flynn 1c1b902a6a LibJS+LibWeb: Move headers around to allow including Value from Cell il y a 2 ans
  Linus Groh 947ea92bf6 LibJS: Convert ArrayBuffer::create() to NonnullGCPtr il y a 2 ans
  Linus Groh 5db38d7ba1 LibJS: Replace standalone js_bigint() with BigInt::create() il y a 2 ans
  Andreas Kling 35c9aa7c05 LibJS: Hide all the constructors! il y a 2 ans
  davidot 791855deab LibCrypto+LibJS: Remove the create_from methods from BigInteger 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 a022e548b8 LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19] 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