Bug 1842773 - Part 26: Update ArrayBuffer.prototype.slice for resizable buffers....
commitcd6430b0cc257df3a30eff071358c82d68d9c3b1
authorAndré Bargull <andre.bargull@gmail.com>
Fri, 26 Jan 2024 08:17:43 +0000 (26 08:17 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Fri, 26 Jan 2024 08:17:43 +0000 (26 08:17 +0000)
tree993f1eaddf871f713d253e1d59880ca98b7ab315
parentcfaa97405eb22a9a514799bb1de25833fcc321c8
Bug 1842773 - Part 26: Update ArrayBuffer.prototype.slice for resizable buffers. r=sfink

The `ArrayBuffer.prototype.slice` update for resizable array buffers was
still missing.

Differential Revision: https://phabricator.services.mozilla.com/D183343
js/src/builtin/TypedArray.js