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