mirror of
https://github.com/tc39/test262.git
synced 2025-10-17 13:59:03 +02:00
Following a recent normative change to the Resizable ArrayBuffer proposal [1], the term "out of bounds" no longer applies to "length-tracking" TypedArrays whose underlying ArrayBuffer has been resized to match their byte offset. Reflect this in the tests by renaming the condition from "out of bounds" to "on boundary" and by adding new assertions for true "out of bounds" conditions. [1] https://github.com/tc39/proposal-resizablearraybuffer/pull/70