summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/includes
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/includes')
-rw-r--r--test/built-ins/TypedArray/prototype/includes/BigInt/length.js1
-rw-r--r--test/built-ins/TypedArray/prototype/includes/BigInt/name.js1
-rw-r--r--test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/built-ins/TypedArray/prototype/includes/BigInt/length.js b/test/built-ins/TypedArray/prototype/includes/BigInt/length.js
index 9f7938791..f438ccd6f 100644
--- a/test/built-ins/TypedArray/prototype/includes/BigInt/length.js
+++ b/test/built-ins/TypedArray/prototype/includes/BigInt/length.js
@@ -20,6 +20,7 @@ info: |
object has the attributes { [[Writable]]: false, [[Enumerable]]: false,
[[Configurable]]: true }.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
assert.sameValue(TypedArray.prototype.includes.length, 1);
diff --git a/test/built-ins/TypedArray/prototype/includes/BigInt/name.js b/test/built-ins/TypedArray/prototype/includes/BigInt/name.js
index fdc316989..4d90c44c8 100644
--- a/test/built-ins/TypedArray/prototype/includes/BigInt/name.js
+++ b/test/built-ins/TypedArray/prototype/includes/BigInt/name.js
@@ -17,6 +17,7 @@ info: |
object, if it exists, has the attributes { [[Writable]]: false,
[[Enumerable]]: false, [[Configurable]]: true }.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
assert.sameValue(TypedArray.prototype.includes.name, "includes");
diff --git a/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js b/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js
index fcdef18da..fa4630d51 100644
--- a/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/includes/BigInt/prop-desc.js
@@ -9,6 +9,7 @@ info: |
and in Annex B.2 has the attributes { [[Writable]]: true,
[[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified.
includes: [propertyHelper.js, testBigIntTypedArray.js]
+features: [BigInt, TypedArray]
---*/
var TypedArrayPrototype = TypedArray.prototype;