blob: 35872a6267e919ad701db1fbfc166de2919c502b [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: >
Uint32Array is a constructor function.
---*/
assert.sameValue(typeof Uint32Array, 'function', 'typeof Uint32Array is "function"');