correij / v8-i18n

Automatically exported from code.google.com/p/v8-i18n
Other
0 stars 0 forks source link

Implement chapter 13, toLocaleString, localeCompare methods #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Chapter 13 of ECMA 402 requires implementations to override:

Number.prototype.toLocaleString
Date.prototype.toLocaleString
Date.prototype.toLocaleDateString
Date.prototype.toLocaleTimeString
String.prototype.localeCompare

Original issue reported on code.google.com by c...@google.com on 3 Oct 2012 at 11:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Done r151.

Original comment by c...@google.com on 8 Oct 2012 at 10:57