2012-08-27 05:48:49 +02:00
|
|
|
// Copyright 2012 Mozilla Corporation. All rights reserved.
|
|
|
|
// This code is governed by the license found in the LICENSE file.
|
|
|
|
|
2014-07-22 01:09:02 +02:00
|
|
|
/*---
|
2014-07-25 00:41:42 +02:00
|
|
|
es5id: 11.2.2_L15
|
2014-07-22 01:09:02 +02:00
|
|
|
description: >
|
2015-07-08 19:12:39 +02:00
|
|
|
Tests that Intl.NumberFormat.supportedLocalesOf meets the
|
2014-07-22 01:09:02 +02:00
|
|
|
requirements for built-in objects defined by the introduction of
|
2015-07-08 19:12:39 +02:00
|
|
|
chapter 17 of the ECMAScript Language Specification.
|
2014-07-22 01:09:02 +02:00
|
|
|
author: Norbert Lindenberg
|
|
|
|
includes: [testBuiltInObject.js]
|
|
|
|
---*/
|
2012-08-27 05:48:49 +02:00
|
|
|
|
2017-12-21 21:08:25 +01:00
|
|
|
testBuiltInObject(Intl.NumberFormat.supportedLocalesOf, true, false);
|