Source code

Revision control

Copy as Markdown

Other Tools

// Copyright (C) 2021 Igalia, S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
description: Intl.NumberFormat.prototype.formatRangeToParts.length.
includes: [propertyHelper.js]
features: [Intl.NumberFormat-v3]
---*/
verifyProperty(Intl.NumberFormat.prototype.formatRangeToParts, 'length', {
value: 2,
enumerable: false,
writable: false,
configurable: true,
});
reportCompare(0, 0);