summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Float64Array/constructor.js
blob: 433beee4acfa972237eba83ca98fb25b8ef231d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2015 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
es6id: 22.2.4
esid: sec-typedarray-constructors
description: >
  Float64Array is a constructor function.
---*/

assert.sameValue(typeof Float64Array, 'function', 'typeof Float64Array is "function"');