bug1742592.js (91B)
1 function a(b, c) { 2 b.formatToParts(c) 3 } 4 d = ["", "B"]; 5 b = new Intl.ListFormat; 6 a(b, d);