blob: 5bdc1f397c374719eeef3368e9e766b6a91b3b69 [file] [log] [blame]
// 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: >
Float32Array is a constructor function.
---*/
assert.sameValue(typeof Float32Array, 'function', 'typeof Float32Array is "function"');