summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Float32Array/constructor.js
blob: 8bafaf604ad850f7ab9c78e3501c6530c0172990 (plain)
1
2
3
4
5
6
7
8
9
10
// 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
description: >
  Float32Array is a constructor function.
---*/

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