summaryrefslogtreecommitdiff
path: root/test/built-ins/TypedArrays/Uint32Array/constructor.js
blob: 5d4385a14c0a4ecaf5c0b37ff6e63ae45ffa2417 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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.
features: [TypedArray]
---*/

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