mirror of https://github.com/tc39/test262.git
16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
// Copyright (C) 2020 Rick Waldron. All rights reserved.
|
|
// This code is governed by the BSD license found in the LICENSE file.
|
|
|
|
/*---
|
|
esid: sec-ecmascript-standard-built-in-objects
|
|
desc: >
|
|
new SubDataView() instanceof DataView
|
|
features: [TypedArray, DataView]
|
|
template: default
|
|
---*/
|
|
|
|
//- builtin
|
|
DataView
|
|
//- args
|
|
new ArrayBuffer(1)
|