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