Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct assertion messages and improve coverage
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] tc39/proposal-resizablearraybuffer#70
- Loading branch information