blob: e9a67e4e937d96f720502d3a8f3489af426f7788 [file] [log] [blame]
// Copyright 2016 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
description: Intl.DateTimeFormat.prototype.formatToParts.name value and descriptor.
includes: [propertyHelper.js]
---*/
verifyProperty(Intl.DateTimeFormat.prototype.formatToParts, 'name', {
value: 'formatToParts',
enumerable: false,
writable: false,
configurable: true,
});