2013-03-25 07:48:59 +01:00
|
|
|
// Copyright 2013 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: 10.2.2_b
|
2014-07-22 01:09:02 +02:00
|
|
|
description: >
|
|
|
|
Tests that Intl.Collator.supportedLocalesOf doesn't access
|
|
|
|
arguments that it's not given.
|
|
|
|
author: Norbert Lindenberg
|
|
|
|
includes: [testIntl.js]
|
|
|
|
---*/
|
2013-03-25 07:48:59 +01:00
|
|
|
|
|
|
|
taintDataProperty(Object.prototype, "1");
|
|
|
|
new Intl.Collator("und");
|