Commit History

Autor SHA1 Mensaxe Data
  Linus Groh 9f3f3b0864 LibJS: Remove implicit wrapping/unwrapping of completion records %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 6654efcd82 LibJS: Remove cloneConstructor parameter from CloneArrayBuffer %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn 13d05403ff LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 086969277e Everywhere: Run clang-format %!s(int64=3) %!d(string=hai) anos
  Lenny Maiorani d00b79568f Libraries: Use default constructors/destructors in LibJS %!s(int64=3) %!d(string=hai) anos
  ForLoveOfCats b29e19c52a LibJS: Implement and test getters added by resizable ArrayBuffer %!s(int64=3) %!d(string=hai) anos
  ForLoveOfCats e01ee4e30b LibJS: Construct ArrayBuffer with max byte length when provided %!s(int64=3) %!d(string=hai) anos
  ForLoveOfCats e8416b603f LibJS: Accept ArrayBuffer constructor options argument %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 20d3869182 LibJS: Implement the CloneArrayBuffer AO %!s(int64=3) %!d(string=hai) anos
  davidot de90d54be0 LibJS: Convert ArrayBuffer construction to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 841bd680fa LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 750da61c0f LibJS: Convert to_u8_clamp() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 99287afc99 LibJS: Convert to_u8() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 1b7dbb6b3b LibJS: Convert to_i8() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 7bbb92dfe9 LibJS: Convert to_u16() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 627b1205ce LibJS: Convert to_i16() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz cc94bba5c0 LibJS: Convert to_u32() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz f6a5ff7b00 LibJS: Convert to_i32() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 1639ed7e0a LibJS: Convert to_double() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz 51c33b3b35 LibJS: Convert to_bigint_uint64() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Idan Horowitz df181809fd LibJS: Convert to_bigint_int64() to ThrowCompletionOr %!s(int64=3) %!d(string=hai) anos
  Linus Groh 1fba5ca8c3 LibJS: Implement the AllocateArrayBuffer() AO %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 7589cc2494 LibJS: Handle possible allocation failure in ArrayBuffer(size_t) %!s(int64=3) %!d(string=hai) anos
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe %!s(int64=3) %!d(string=hai) anos
  Timothy Flynn f4ea6b1824 LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operation %!s(int64=4) %!d(string=hai) anos
  Linus Groh 09bd5f8772 LibJS: Rewrite most of Object for spec compliance :^) %!s(int64=4) %!d(string=hai) anos
  Luke 80edf6f5b6 LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numeric %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz d7a70eb77c LibJS: Add all of the DataView.prototype.set* methods %!s(int64=4) %!d(string=hai) anos
  Idan Horowitz c54b9a6920 LibJS: Add all of the DataView.prototype.get* methods %!s(int64=4) %!d(string=hai) anos