Searched refs:arrayToLocaleString (Results 1 – 1 of 1) sorted by relevance
158 Number.prototype.arrayToLocaleString = Array.prototype.toLocaleString; method in Number159 assertEquals("42,42,42", (42).arrayToLocaleString());