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