summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/ctors-bigint/object-arg
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArrays/ctors-bigint/object-arg')
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/as-array-returns.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-array-returns.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/as-generator-iterable-returns.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-generator-iterable-returns.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/custom-proto-access-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-custom-proto-access-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/iterating-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterating-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-not-callable-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-not-callable-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/length-excessive-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-excessive-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/length-is-symbol-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-is-symbol-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/length-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/new-instance-extensibility.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-new-instance-extensibility.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/proto-from-ctor-realm.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-proto-from-ctor-realm.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-from-property.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-from-property.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive-typeerror.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive-typeerror.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-tostring.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-tostring.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof-typeerror.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof-typeerror.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-property.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-property.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-symbol-property.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-symbol-property.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/undefined-newtarget-throws.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-undefined-newtarget-throws.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/use-custom-proto-if-object.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-custom-proto-if-object.js)0
-rw-r--r--test/built-ins/TypedArrays/ctors-bigint/object-arg/use-default-proto-if-custom-proto-is-not-object.js (renamed from test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-default-proto-if-custom-proto-is-not-object.js)0
22 files changed, 0 insertions, 0 deletions
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-array-returns.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/as-array-returns.js
index 48cfaf7f2..48cfaf7f2 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-array-returns.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/as-array-returns.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-generator-iterable-returns.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/as-generator-iterable-returns.js
index b5df7bc98..b5df7bc98 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-as-generator-iterable-returns.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/as-generator-iterable-returns.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-custom-proto-access-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/custom-proto-access-throws.js
index ef668514d..ef668514d 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-custom-proto-access-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/custom-proto-access-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterating-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterating-throws.js
index bf3e5e369..bf3e5e369 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterating-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterating-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-not-callable-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-not-callable-throws.js
index 18d988ef1..18d988ef1 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-not-callable-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-not-callable-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-throws.js
index 7db332def..7db332def 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-iterator-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/iterator-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-excessive-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-excessive-throws.js
index d7fb7216e..d7fb7216e 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-excessive-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-excessive-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-is-symbol-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-is-symbol-throws.js
index a41f8a01b..a41f8a01b 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-is-symbol-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-is-symbol-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-throws.js
index 6272147d4..6272147d4 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-length-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/length-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-new-instance-extensibility.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/new-instance-extensibility.js
index 7332f854d..7332f854d 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-new-instance-extensibility.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/new-instance-extensibility.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-proto-from-ctor-realm.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/proto-from-ctor-realm.js
index 19315f593..19315f593 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-proto-from-ctor-realm.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/proto-from-ctor-realm.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-from-property.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-from-property.js
index 758bf286d..758bf286d 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-from-property.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-from-property.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive-typeerror.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive-typeerror.js
index 027ad4ba6..027ad4ba6 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive-typeerror.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive-typeerror.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive.js
index 9d84bee67..9d84bee67 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-to-primitive.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-to-primitive.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-tostring.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-tostring.js
index 58801c0b0..58801c0b0 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-tostring.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-tostring.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof-typeerror.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof-typeerror.js
index 90a587af7..90a587af7 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof-typeerror.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof-typeerror.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof.js
index d5138d56e..d5138d56e 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-obj-valueof.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-obj-valueof.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-property.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-property.js
index 626472c90..626472c90 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-property.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-property.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-symbol-property.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-symbol-property.js
index 0ca0cd655..0ca0cd655 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-throws-setting-symbol-property.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/throws-setting-symbol-property.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-undefined-newtarget-throws.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/undefined-newtarget-throws.js
index 7892e3b86..7892e3b86 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-undefined-newtarget-throws.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/undefined-newtarget-throws.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-custom-proto-if-object.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/use-custom-proto-if-object.js
index 1a2ae7ccb..1a2ae7ccb 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-custom-proto-if-object.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/use-custom-proto-if-object.js
diff --git a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-default-proto-if-custom-proto-is-not-object.js b/test/built-ins/TypedArrays/ctors-bigint/object-arg/use-default-proto-if-custom-proto-is-not-object.js
index a6f3a362e..a6f3a362e 100644
--- a/test/built-ins/TypedArrays/ctors-bigint/object-arg/object-arg-use-default-proto-if-custom-proto-is-not-object.js
+++ b/test/built-ins/TypedArrays/ctors-bigint/object-arg/use-default-proto-if-custom-proto-is-not-object.js