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