summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/map/BigInt
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/TypedArray/prototype/map/BigInt')
-rw-r--r--test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js2
-rw-r--r--test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-method.js2
-rw-r--r--test/built-ins/TypedArray/prototype/map/BigInt/length.js2
-rw-r--r--test/built-ins/TypedArray/prototype/map/BigInt/name.js2
-rw-r--r--test/built-ins/TypedArray/prototype/map/BigInt/prop-desc.js2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js b/test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js
index 1c07da18e..20e5bb534 100644
--- a/test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js
+++ b/test/built-ins/TypedArray/prototype/map/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.18
+esid: sec-%typedarray%.prototype.map
description: Throws a TypeError exception when invoked as a function
info: |
22.2.3.18 %TypedArray%.prototype.map ( callbackfn [ , thisArg ] )
diff --git a/test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-method.js b/test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-method.js
index 3d5bb1f8f..7f03579fd 100644
--- a/test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-method.js
+++ b/test/built-ins/TypedArray/prototype/map/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.18
+esid: sec-%typedarray%.prototype.map
description: Requires a [[TypedArrayName]] internal slot.
info: |
22.2.3.18 %TypedArray%.prototype.map ( callbackfn [ , thisArg ] )
diff --git a/test/built-ins/TypedArray/prototype/map/BigInt/length.js b/test/built-ins/TypedArray/prototype/map/BigInt/length.js
index 75c9a5ace..53f9ce83a 100644
--- a/test/built-ins/TypedArray/prototype/map/BigInt/length.js
+++ b/test/built-ins/TypedArray/prototype/map/BigInt/length.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.18
+esid: sec-%typedarray%.prototype.map
description: >
%TypedArray%.prototype.map.length is 1.
info: |
diff --git a/test/built-ins/TypedArray/prototype/map/BigInt/name.js b/test/built-ins/TypedArray/prototype/map/BigInt/name.js
index bd5237b2d..fcdebfb01 100644
--- a/test/built-ins/TypedArray/prototype/map/BigInt/name.js
+++ b/test/built-ins/TypedArray/prototype/map/BigInt/name.js
@@ -2,7 +2,7 @@
// This code is governed by the BSD license found in the LICENSE file.
/*---
-es6id: 22.2.3.18
+esid: sec-%typedarray%.prototype.map
description: >
%TypedArray%.prototype.map.name is "map".
info: |
diff --git a/test/built-ins/TypedArray/prototype/map/BigInt/prop-desc.js b/test/built-ins/TypedArray/prototype/map/BigInt/prop-desc.js
index c68afe481..96c34e545 100644
--- a/test/built-ins/TypedArray/prototype/map/BigInt/prop-desc.js
+++ b/test/built-ins/TypedArray/prototype/map/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.18
+esid: sec-%typedarray%.prototype.map
description: >
"map" property of TypedArrayPrototype
info: |