-
- Downloads
Bigint typedarray conversion (#1469)
* BigInt: add tests for TypedArray(typedArray) constructor of mixed 'Big'/'not Big' element types * BigInt: update info text on tests of ToBigInt * BigInt: conversion to big int on creation of Big(U)Int64 TypedArray * BigInt: Add tests for ToBigInt64 and ToBigUint64 wrapping
Showing
- test/built-ins/TypedArrays/ctors-bigint/object-arg/#undefined-tobigint.js# 53 additions, 0 deletions...pedArrays/ctors-bigint/object-arg/#undefined-tobigint.js#
- test/built-ins/TypedArrays/ctors-bigint/object-arg/bigint-tobigint64.js 98 additions, 0 deletions.../TypedArrays/ctors-bigint/object-arg/bigint-tobigint64.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/bigint-tobiguint64.js 98 additions, 0 deletions...TypedArrays/ctors-bigint/object-arg/bigint-tobiguint64.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/boolean-tobigint.js 52 additions, 0 deletions...s/TypedArrays/ctors-bigint/object-arg/boolean-tobigint.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/null-tobigint.js 53 additions, 0 deletions...-ins/TypedArrays/ctors-bigint/object-arg/null-tobigint.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/number-tobigint.js 82 additions, 0 deletions...ns/TypedArrays/ctors-bigint/object-arg/number-tobigint.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/string-nan-tobigint.js 61 additions, 0 deletions...ypedArrays/ctors-bigint/object-arg/string-nan-tobigint.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/string-tobigint.js 77 additions, 0 deletions...ns/TypedArrays/ctors-bigint/object-arg/string-tobigint.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/symbol-tobigint.js 60 additions, 0 deletions...ns/TypedArrays/ctors-bigint/object-arg/symbol-tobigint.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive-typeerror.js 5 additions, 5 deletions...t/object-arg/throws-setting-obj-to-primitive-typeerror.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive.js 5 additions, 5 deletions...tors-bigint/object-arg/throws-setting-obj-to-primitive.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-tostring.js 6 additions, 6 deletions...ys/ctors-bigint/object-arg/throws-setting-obj-tostring.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof-typeerror.js 6 additions, 6 deletions...bigint/object-arg/throws-setting-obj-valueof-typeerror.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof.js 6 additions, 6 deletions...ays/ctors-bigint/object-arg/throws-setting-obj-valueof.js
- test/built-ins/TypedArrays/ctors-bigint/object-arg/undefined-tobigint.js 53 additions, 0 deletions...TypedArrays/ctors-bigint/object-arg/undefined-tobigint.js
- test/built-ins/TypedArrays/ctors-bigint/typedarray-arg/src-typedarray-not-big-throws.js 36 additions, 0 deletions...rs-bigint/typedarray-arg/src-typedarray-not-big-throws.js
- test/built-ins/TypedArrays/ctors/typedarray-arg/src-typedarray-big-throws.js 37 additions, 0 deletions...dArrays/ctors/typedarray-arg/src-typedarray-big-throws.js
Loading
Please register or sign in to comment