blob: 9fe7ed6c89a75a5ef5471eee2242379db10aaeba [file] [log] [blame]
// Copyright (C) 2017 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-dataview.prototype.getbiguint64
description: DataView.prototype.getBigUint64.length property descriptor
includes: [propertyHelper.js]
features: [DataView, ArrayBuffer, BigInt]
---*/
verifyProperty(DataView.prototype.getBigUint64, "length", {
value: 1,
writable: false,
enumerable: false,
configurable: true
});