summaryrefslogtreecommitdiff
path: root/harness
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 14:33:06 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 16:45:10 -0500
commitc6cd53594089d5ef80da752b7875b1cd01d73540 (patch)
tree47ea58eea2b4813bfa779fb015f289492f3d282b /harness
parent3325e2a516a38936686fb0163b8f8a5292f8256e (diff)
downloadqtdeclarative-testsuites-c6cd53594089d5ef80da752b7875b1cd01d73540.tar.gz
Last cases of convertToBigInt
Diffstat (limited to 'harness')
-rw-r--r--harness/testBigIntTypedArray.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/harness/testBigIntTypedArray.js b/harness/testBigIntTypedArray.js
index 4b0e332d8..dc6d50f93 100644
--- a/harness/testBigIntTypedArray.js
+++ b/harness/testBigIntTypedArray.js
@@ -18,10 +18,6 @@ var BigIntTypedArrayConstructors = [
*/
var TypedArray = Object.getPrototypeOf(Int8Array);
-function convertToBigInt(x) {
- return (Array.isArray(x)) ? x.map(convertToBigInt) : BigInt(x);
-}
-
/**
* Callback for testing a typed array constructor.
*