blob: 2e4e43c6be44edbe91e8c83df23a337798d433a4 [file] [log] [blame]
// Copyright (C) 2015 André Bargull. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-typedarray-constructors
description: >
Uint32Array is a constructor function.
features: [TypedArray]
---*/
assert.sameValue(typeof Uint32Array, 'function', 'typeof Uint32Array is "function"');