summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/bug1742592.js
blob: b106854ead49dc0fc60af40ff53171c1f4a92e91 (plain)
1
2
3
4
5
6
function a(b, c) {
  b.formatToParts(c)
}
d = ["", "B"];
b = new Intl.ListFormat;
a(b, d);