summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/intl402/DateTimeFormat/prototype/formatToParts/length.js
blob: cc596ada97cb7913140fcbd4f2f0a56568b54a4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2016 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.

/*---
description: Intl.DateTimeFormat.prototype.formatToParts.length. 
includes: [propertyHelper.js]
---*/
verifyProperty(Intl.DateTimeFormat.prototype.formatToParts, 'length', {
  value: 1,
  enumerable: false,
  writable: false,
  configurable: true,
});

reportCompare(0, 0);