-
- Downloads
BigInt: some fixes listed in #1461 (#1485)
test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-conversion-once.js - Should refer to BigInt conversion instead of ToNumber test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-non-numeric.js - Missing coverage for non-convertable values like undefined or null? - added fill-values-non-numeric-throw.js test/built-ins/TypedArray/prototype/set/BigInt/array-arg-return-abrupt-tointeger-offset-symbol.js - Change [1] to [1n] to avoid possible false-positives because ToBigInt(1) also throws a TypeError. - Issue also present in other set() tests.
Showing
- test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-conversion-once.js 3 additions, 2 deletions...rray/prototype/fill/BigInt/fill-values-conversion-once.js
- test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-non-numeric-throw.js 57 additions, 0 deletions...ay/prototype/fill/BigInt/fill-values-non-numeric-throw.js
- test/built-ins/TypedArray/prototype/fill/BigInt/fill-values-non-numeric.js 3 additions, 1 deletion...pedArray/prototype/fill/BigInt/fill-values-non-numeric.js
- test/built-ins/TypedArray/prototype/set/BigInt/array-arg-negative-integer-offset-throws.js 3 additions, 3 deletions...pe/set/BigInt/array-arg-negative-integer-offset-throws.js
- test/built-ins/TypedArray/prototype/set/BigInt/array-arg-return-abrupt-from-tointeger-offset-symbol.js 1 addition, 1 deletion...t/array-arg-return-abrupt-from-tointeger-offset-symbol.js
- test/built-ins/TypedArray/prototype/set/BigInt/array-arg-targetbuffer-detached-on-tointeger-offset-throws.js 1 addition, 1 deletion...y-arg-targetbuffer-detached-on-tointeger-offset-throws.js
- test/built-ins/TypedArray/prototype/set/BigInt/array-arg-targetbuffer-detached-throws.js 1 addition, 1 deletion...type/set/BigInt/array-arg-targetbuffer-detached-throws.js
Please register or sign in to comment