summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/built-ins/DataView/dataview.js
blob: 24f152905232acb14f21a3b5b028c461ef758022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
esid: sec-dataview-constructor
description: >
  The DataView Constructor
includes: [propertyHelper.js]
---*/

verifyNotEnumerable(this, "DataView");
verifyWritable(this, "DataView");
verifyConfigurable(this, "DataView");

reportCompare(0, 0);