summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js
diff options
context:
space:
mode:
authorLeo Balter <leonardo.balter@gmail.com>2018-02-15 12:07:25 -0500
committerLeo Balter <leonardo.balter@gmail.com>2018-02-15 16:45:07 -0500
commit08c1f368280103bf679a19fefc7bb8c52413e7cb (patch)
treeca766f839d70d7a4fadccac352192caec848054b /test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js
parentc1bc43b1b10ec9d7c83ebee2af1837b78b784e52 (diff)
downloadqtdeclarative-testsuites-08c1f368280103bf679a19fefc7bb8c52413e7cb.tar.gz
Use esid tags on TypedArray/prototype/*
Diffstat (limited to 'test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js')
-rw-r--r--test/built-ins/TypedArray/prototype/map/BigInt/invoked-as-func.js2
1 files changed, 1 insertions, 1 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 ] )