-
- Downloads
Add tests for TypedArrays reduce and reduceRight
Showing
- test/built-ins/TypedArray/prototype/reduce/callbackfn-arguments-custom-accumulator.js 57 additions, 0 deletions...ototype/reduce/callbackfn-arguments-custom-accumulator.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-arguments-default-accumulator.js 58 additions, 0 deletions...totype/reduce/callbackfn-arguments-default-accumulator.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-detachbuffer.js 43 additions, 0 deletions...ns/TypedArray/prototype/reduce/callbackfn-detachbuffer.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-is-not-callable-throws.js 67 additions, 0 deletions...ray/prototype/reduce/callbackfn-is-not-callable-throws.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-no-iteration-over-non-integer-properties.js 48 additions, 0 deletions...ce/callbackfn-no-iteration-over-non-integer-properties.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-not-called-on-empty.js 38 additions, 0 deletions...dArray/prototype/reduce/callbackfn-not-called-on-empty.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-return-does-not-change-instance.js 20 additions, 0 deletions...type/reduce/callbackfn-return-does-not-change-instance.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-returns-abrupt.js 42 additions, 0 deletions.../TypedArray/prototype/reduce/callbackfn-returns-abrupt.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-set-value-during-iteration.js 49 additions, 0 deletions...prototype/reduce/callbackfn-set-value-during-iteration.js
- test/built-ins/TypedArray/prototype/reduce/callbackfn-this.js 43 additions, 0 deletions.../built-ins/TypedArray/prototype/reduce/callbackfn-this.js
- test/built-ins/TypedArray/prototype/reduce/empty-instance-return-initialvalue.js 40 additions, 0 deletions...ay/prototype/reduce/empty-instance-return-initialvalue.js
- test/built-ins/TypedArray/prototype/reduce/empty-instance-with-no-initialvalue-throws.js 33 additions, 0 deletions...type/reduce/empty-instance-with-no-initialvalue-throws.js
- test/built-ins/TypedArray/prototype/reduce/get-length-uses-internal-arraylength.js 45 additions, 0 deletions.../prototype/reduce/get-length-uses-internal-arraylength.js
- test/built-ins/TypedArray/prototype/reduce/result-is-last-callbackfn-return.js 58 additions, 0 deletions...rray/prototype/reduce/result-is-last-callbackfn-return.js
- test/built-ins/TypedArray/prototype/reduce/result-of-any-type.js 67 additions, 0 deletions...ilt-ins/TypedArray/prototype/reduce/result-of-any-type.js
- test/built-ins/TypedArray/prototype/reduce/return-first-value-without-callbackfn.js 41 additions, 0 deletions...prototype/reduce/return-first-value-without-callbackfn.js
- test/built-ins/TypedArray/prototype/reduce/values-are-not-cached.js 40 additions, 0 deletions...-ins/TypedArray/prototype/reduce/values-are-not-cached.js
- test/built-ins/TypedArray/prototype/reduceRight/callbackfn-arguments-custom-accumulator.js 58 additions, 0 deletions...pe/reduceRight/callbackfn-arguments-custom-accumulator.js
- test/built-ins/TypedArray/prototype/reduceRight/callbackfn-arguments-default-accumulator.js 61 additions, 0 deletions...e/reduceRight/callbackfn-arguments-default-accumulator.js
- test/built-ins/TypedArray/prototype/reduceRight/callbackfn-detachbuffer.js 43 additions, 0 deletions...pedArray/prototype/reduceRight/callbackfn-detachbuffer.js
Loading
Please register or sign in to comment