blob: c21794d0655e472e17f99f1faa1f7fcf716f2816 [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: >
Int32Array is a constructor function.
features: [TypedArray]
---*/
assert.sameValue(typeof Int32Array, 'function', 'typeof Int32Array is "function"');