summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/toLocaleString
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/toLocaleString')
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-func.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-method.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/BigInt/length.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/BigInt/name.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/BigInt/prop-desc.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-func.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-method.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/length.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/name.js2
-rw-r--r--test/built-ins/TypedArray/prototype/toLocaleString/prop-desc.js2
10 files changed, 10 insertions, 10 deletions
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-func.js b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-func.js
index b124aaf26..f8e43830d 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-func.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/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.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: Throws a TypeError exception when invoked as a function
info: |
22.2.3.27 %TypedArray%.prototype.toLocaleString ([ reserved1 [ , reserved2 ] ])
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-method.js b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-method.js
index 27ad4e2bc..977734f74 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/invoked-as-method.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/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.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: Requires a [[TypedArrayName]] internal slot.
info: |
22.2.3.27 %TypedArray%.prototype.toLocaleString ([ reserved1 [ , reserved2 ] ])
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/length.js b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/length.js
index 20f6962ef..b6778df88 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/length.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/length.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: >
%TypedArray%.prototype.toLocaleString.length is 0.
info: |
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/name.js b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/name.js
index 2899e7f6c..26c007174 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/name.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/name.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: >
%TypedArray%.prototype.toLocaleString.name is "toLocaleString".
info: |
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/prop-desc.js b/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/prop-desc.js
index 784268170..7be324dc6 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/BigInt/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/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.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: >
"toLocaleString" property of TypedArrayPrototype
info: |
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-func.js b/test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-func.js
index 062547bc4..935d87c42 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-func.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/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.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: Throws a TypeError exception when invoked as a function
info: |
22.2.3.27 %TypedArray%.prototype.toLocaleString ([ reserved1 [ , reserved2 ] ])
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-method.js b/test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-method.js
index be172381a..34e97df8f 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/invoked-as-method.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/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.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: Requires a [[TypedArrayName]] internal slot.
info: |
22.2.3.27 %TypedArray%.prototype.toLocaleString ([ reserved1 [ , reserved2 ] ])
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/length.js b/test/built-ins/TypedArray/prototype/toLocaleString/length.js
index 8780643ee..1e9335e34 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/length.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/length.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: >
%TypedArray%.prototype.toLocaleString.length is 0.
info: |
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/name.js b/test/built-ins/TypedArray/prototype/toLocaleString/name.js
index 6a126f0ff..df0f6cdfa 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/name.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/name.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: >
%TypedArray%.prototype.toLocaleString.name is "toLocaleString".
info: |
diff --git a/test/built-ins/TypedArray/prototype/toLocaleString/prop-desc.js b/test/built-ins/TypedArray/prototype/toLocaleString/prop-desc.js
index 3d5ecac07..c23f0c198 100644
--- a/test/built-ins/TypedArray/prototype/toLocaleString/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/toLocaleString/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.27
+esid: sec-%typedarray%.prototype.tolocalestring
description: >
"toLocaleString" property of TypedArrayPrototype
info: |