-
- Downloads
Add tests for %TypedArray%.prototype.copyWithin() with target/start/end=Infinity (#849)
ToInteger can result in the values +Infinity and -Infinity.
Showing
- test/built-ins/TypedArray/prototype/copyWithin/negative-out-of-bounds-end.js 40 additions, 0 deletions...dArray/prototype/copyWithin/negative-out-of-bounds-end.js
- test/built-ins/TypedArray/prototype/copyWithin/negative-out-of-bounds-start.js 32 additions, 0 deletions...rray/prototype/copyWithin/negative-out-of-bounds-start.js
- test/built-ins/TypedArray/prototype/copyWithin/negative-out-of-bounds-target.js 16 additions, 0 deletions...ray/prototype/copyWithin/negative-out-of-bounds-target.js
- test/built-ins/TypedArray/prototype/copyWithin/non-negative-out-of-bounds-end.js 16 additions, 0 deletions...ay/prototype/copyWithin/non-negative-out-of-bounds-end.js
- test/built-ins/TypedArray/prototype/copyWithin/non-negative-out-of-bounds-target-and-start.js 24 additions, 0 deletions...copyWithin/non-negative-out-of-bounds-target-and-start.js
Loading
Please register or sign in to comment