summaryrefslogtreecommitdiff
path: root/harness
diff options
context:
space:
mode:
authorAndré Bargull <andre.bargull@gmail.com>2016-01-15 18:12:42 +0100
committerAndré Bargull <andre.bargull@gmail.com>2016-01-15 18:12:42 +0100
commit42edfd6e894809b3945ac730affff3569a303ad4 (patch)
tree84b48734089f2e59ccea14a1baa91f35350796b8 /harness
parentca61d9b8768aca53a2b15dbe486551dcd7310074 (diff)
downloadqtdeclarative-testsuites-42edfd6e894809b3945ac730affff3569a303ad4.tar.gz
Add missing tests for "length" and "name" properties of %TypedArray% built-in functions
Diffstat (limited to 'harness')
-rwxr-xr-xharness/testTypedArray.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/harness/testTypedArray.js b/harness/testTypedArray.js
index 1344b7a8c..84e07ba36 100755
--- a/harness/testTypedArray.js
+++ b/harness/testTypedArray.js
@@ -17,6 +17,11 @@ var typedArrayConstructors = [
];
/**
+ * The %TypedArray% intrinsic constructor function.
+ */
+var TypedArray = Object.getPrototypeOf(Int8Array);
+
+/**
* Callback for testing a typed array constructor.
*
* @callback typedArrayConstructorCallback