Bug 1842773 - Part 20: Update TypedArrayFill for resizable buffers. r=sfink
commitbcc1d64a780590beaff16ce06d0fd69878484b82
authorAndré Bargull <andre.bargull@gmail.com>
Thu, 25 Jan 2024 15:49:50 +0000 (25 15:49 +0000)
committerAndré Bargull <andre.bargull@gmail.com>
Thu, 25 Jan 2024 15:49:50 +0000 (25 15:49 +0000)
treebb69b427a58a154ec54eec4d4a3a72d4933851a8
parentadafd35167f349d147e7ed989853396aefb45a19
Bug 1842773 - Part 20: Update TypedArrayFill for resizable buffers. r=sfink

Update the step comments and reload the TypedArray length before filling the
TypedArray per the resizable ArrayBuffer proposal.

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