summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/built-ins/Array/constructor.js
blob: e811084aaa8fe327062926726b6ada5f2cd048fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright (C) 2017 Leo Balter. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
esid: sec-array-constructor-array
description: >
  The Array constructor is a built-in function
---*/

assert.sameValue(typeof Array, 'function');

reportCompare(0, 0);