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