blob: 8d83a9083e19c5779082aaa0971ff877f50ac955 [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.
/*---
description: Intl.NumberFormat.prototype.formatRange.name value and descriptor.
includes: [propertyHelper.js]
features: [Intl.NumberFormat-v3]
---*/
verifyProperty(Intl.NumberFormat.prototype.formatRange, 'name', {
value: 'formatRange',
enumerable: false,
writable: false,
configurable: true,
});