blob: ca9ecb24f6fad740d10fedc8d45c9f925d651568 [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.setbigint64
description: DataView.prototype.setBigInt64.length property descriptor
includes: [propertyHelper.js]
features: [DataView, ArrayBuffer, BigInt]
---*/
verifyProperty(DataView.prototype.setBigInt64, "length", {
value: 2,
writable: false,
enumerable: false,
configurable: true
});