Idan Horowitz
|
750da61c0f
LibJS: Convert to_u8_clamp() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
99287afc99
LibJS: Convert to_u8() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
1b7dbb6b3b
LibJS: Convert to_i8() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
7bbb92dfe9
LibJS: Convert to_u16() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
627b1205ce
LibJS: Convert to_i16() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
cc94bba5c0
LibJS: Convert to_u32() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
f6a5ff7b00
LibJS: Convert to_i32() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
1639ed7e0a
LibJS: Convert to_double() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
51c33b3b35
LibJS: Convert to_bigint_uint64() to ThrowCompletionOr
|
3 年之前 |
Idan Horowitz
|
df181809fd
LibJS: Convert to_bigint_int64() to ThrowCompletionOr
|
3 年之前 |
Linus Groh
|
1fba5ca8c3
LibJS: Implement the AllocateArrayBuffer() AO
|
3 年之前 |
Ali Mohammad Pur
|
7589cc2494
LibJS: Handle possible allocation failure in ArrayBuffer(size_t)
|
3 年之前 |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 年之前 |
Timothy Flynn
|
f4ea6b1824
LibJS: Implement TypedArray GetModifySetValueInBuffer abstract operation
|
4 年之前 |
Linus Groh
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 年之前 |
Luke
|
80edf6f5b6
LibJS: Refactor numeric_to_raw_bytes and raw_bytes_to_numeric
|
4 年之前 |
Idan Horowitz
|
d7a70eb77c
LibJS: Add all of the DataView.prototype.set* methods
|
4 年之前 |
Idan Horowitz
|
c54b9a6920
LibJS: Add all of the DataView.prototype.get* methods
|
4 年之前 |
Idan Horowitz
|
f5a978c1aa
LibWeb: Set a detach key for ArrayBuffers returned from WASM
|
4 年之前 |
Idan Horowitz
|
8527f00065
LibJS: Allow and check for detached ArrayBuffers
|
4 年之前 |
Idan Horowitz
|
8dc86c6aad
LibJS: Bring ArrayBuffer.prototype.slice closer to spec
|
4 年之前 |
Ali Mohammad Pur
|
4fd43a8f96
LibJS: Allow ArrayBuffer to not own its backing data buffer as well
|
4 年之前 |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
Jamie Mansfield
|
01187e58f2
LibJS: ArrayBuffer.prototype.slice
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |