Bug 3989 - JSC doesn't implement Object.prototype.toLocaleString()
Summary: JSC doesn't implement Object.prototype.toLocaleString()
Status: RESOLVED DUPLICATE of bug 3412
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 412
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-13 16:01 PDT by Geoffrey Garen
Modified: 2005-07-13 18:38 PDT (History)
0 users

See Also:


Attachments
Patch (1.83 KB, patch)
2005-07-13 16:02 PDT, Geoffrey Garen
no flags Details | Formatted Diff | Diff
/fast/js/object-prototype-toLocaleString.html (713 bytes, text/html)
2005-07-13 16:11 PDT, Geoffrey Garen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2005-07-13 16:01:37 PDT
ECMA 15.2.4.3 Object.prototype.toLocaleString()

"This function returns the result of calling toString()."

NOTE: We currently implement toString() incorrectly. That's a separate issue.
Comment 1 Geoffrey Garen 2005-07-13 16:02:04 PDT
Created attachment 2949 [details]
Patch

Fix.
Comment 2 Geoffrey Garen 2005-07-13 16:11:45 PDT
Created attachment 2950 [details]
/fast/js/object-prototype-toLocaleString.html

Layout test.
Comment 3 Geoffrey Garen 2005-07-13 16:34:32 PDT

*** This bug has been marked as a duplicate of 3412 ***
Comment 4 Maciej Stachowiak 2005-07-13 18:38:29 PDT
Comment on attachment 2949 [details]
Patch

taking off review flag since this is a dupe