blob: be336fdab1a93813a5d023f33050d200637435a6 [file] [log] [blame]
// Copyright 2013 Mozilla Corporation. All rights reserved.
// Copyright 2019 Igalia S.L. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-bigint.prototype.tolocalestring
description: >
Tests that Number.prototype.toLocaleString uses the standard
built-in Intl.NumberFormat constructor.
includes: [testIntl.js]
features: [BigInt]
---*/
taintDataProperty(Intl, "NumberFormat");
0n.toLocaleString();