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
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