index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibJS
/
Runtime
/
ArrayBuffer.cpp
Age
Commit message (
Expand
)
Author
2023-05-26
LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1
Timothy Flynn
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2022-12-15
LibJS: Convert ordinary_create_from_constructor() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Convert ArrayBuffer::create() to NonnullGCPtr
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in common AOs [Part 18/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-07-06
LibJS: Revert partial resizable ArrayBuffer implementation
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-16
LibJS: Remove cloneConstructor parameter from CloneArrayBuffer
Timothy Flynn
2022-04-08
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
Timothy Flynn
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-02
LibJS: Implement and test getters added by resizable ArrayBuffer
ForLoveOfCats
2022-03-02
LibJS: Construct ArrayBuffer with max byte length when provided
ForLoveOfCats
2022-03-02
LibJS: Accept ArrayBuffer constructor options argument
ForLoveOfCats
2022-02-08
LibJS: Implement the CloneArrayBuffer AO
Idan Horowitz
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2021-12-14
LibJS: Add ArrayBuffer::create() for ByteBuffer passed by value
Linus Groh
2021-10-09
LibJS: Implement the AllocateArrayBuffer() AO
Linus Groh
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-09-06
LibJS: Handle possible allocation failure in ArrayBuffer(size_t)
Ali Mohammad Pur
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-06-11
LibWeb: Set a detach key for ArrayBuffers returned from WASM
Idan Horowitz
2021-06-10
LibJS: Allow and check for detached ArrayBuffers
Idan Horowitz
2021-06-10
LibJS: Bring ArrayBuffer.prototype.slice closer to spec
Idan Horowitz
2021-05-26
LibJS: Allow ArrayBuffer to not own its backing data buffer as well
Ali Mohammad Pur
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-03
LibJS: ArrayBuffer.prototype.slice
Jamie Mansfield
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling