summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/reduceRight
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/reduceRight')
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-func.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-method.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/BigInt/length.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/BigInt/name.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/BigInt/prop-desc.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/invoked-as-func.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/invoked-as-method.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/length.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/name.js2
-rw-r--r--test/built-ins/TypedArray/prototype/reduceRight/prop-desc.js2
10 files changed, 10 insertions, 10 deletions
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-func.js b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-func.js
index 7bc30e60c..9a0fec093 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-func.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-func.js
@@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: Throws a TypeError exception when invoked as a function
info: |
22.2.3.20 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-method.js b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-method.js
index 468ad5e36..d36832aa2 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-method.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/invoked-as-method.js
@@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: Requires a [[TypedArrayName]] internal slot.
info: |
22.2.3.20 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/length.js b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/length.js
index cb857c2f5..7c8ab8e07 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/length.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/length.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: >
%TypedArray%.prototype.reduceRight.length is 1.
info: |
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/name.js b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/name.js
index fa94ac119..6a6ee5e8c 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/name.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/name.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: >
%TypedArray%.prototype.reduceRight.name is "reduceRight".
info: |
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/prop-desc.js b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/prop-desc.js
index 71eeecbbf..76455ab4c 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/BigInt/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/BigInt/prop-desc.js
@@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: >
"reduceRight" property of TypedArrayPrototype
info: |
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-func.js b/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-func.js
index e7f3104ad..49937beb2 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-func.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-func.js
@@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: Throws a TypeError exception when invoked as a function
info: |
22.2.3.20 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-method.js b/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-method.js
index 397eb2b1d..f3cd49e0b 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-method.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/invoked-as-method.js
@@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: Requires a [[TypedArrayName]] internal slot.
info: |
22.2.3.20 %TypedArray%.prototype.reduceRight ( callbackfn [ , initialValue ] )
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/length.js b/test/built-ins/TypedArray/prototype/reduceRight/length.js
index 4bb6265de..b0a06637e 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/length.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/length.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: >
%TypedArray%.prototype.reduceRight.length is 1.
info: |
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/name.js b/test/built-ins/TypedArray/prototype/reduceRight/name.js
index e9cec95aa..8fd47b81b 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/name.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/name.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: >
%TypedArray%.prototype.reduceRight.name is "reduceRight".
info: |
diff --git a/test/built-ins/TypedArray/prototype/reduceRight/prop-desc.js b/test/built-ins/TypedArray/prototype/reduceRight/prop-desc.js
index 5b22846e0..37a688721 100644
--- a/test/built-ins/TypedArray/prototype/reduceRight/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/reduceRight/prop-desc.js
@@ -1,7 +1,7 @@
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.20
+esid: sec-%typedarray%.prototype.reduceright
description: >
"reduceRight" property of TypedArrayPrototype
info: |