1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:38:11 +00:00
serenity/Userland/Libraries/LibJS/Tests/builtins/ArrayBuffer
Timothy Flynn 916cb256de LibJS: Ensure enlarged ArrayBuffers are filled with zeros
Otherwise, the newly allocated bytes are uninitialized, causing UB when
reading from the buffer immediately after an enlarging resize.
2023-12-27 19:30:39 +01:00
..
ArrayBuffer.isView.js
ArrayBuffer.js LibJS: Partially implement resizable ArrayBuffer objects 2023-12-26 11:16:10 +01:00
ArrayBuffer.prototype.byteLength.js
ArrayBuffer.prototype.maxByteLength.js LibJS: Partially implement resizable ArrayBuffer objects 2023-12-26 11:16:10 +01:00
ArrayBuffer.prototype.resizable.js LibJS: Partially implement resizable ArrayBuffer objects 2023-12-26 11:16:10 +01:00
ArrayBuffer.prototype.resize.js LibJS: Ensure enlarged ArrayBuffers are filled with zeros 2023-12-27 19:30:39 +01:00
ArrayBuffer.prototype.slice.js