Bug 3989

Summary: JSC doesn't implement Object.prototype.toLocaleString()
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: JavaScriptCoreAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 412   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Patch
none
/fast/js/object-prototype-toLocaleString.html none

Geoffrey Garen
Reported 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.
Attachments
Patch (1.83 KB, patch)
2005-07-13 16:02 PDT, Geoffrey Garen
no flags
/fast/js/object-prototype-toLocaleString.html (713 bytes, text/html)
2005-07-13 16:11 PDT, Geoffrey Garen
no flags
Geoffrey Garen
Comment 1 2005-07-13 16:02:04 PDT
Created attachment 2949 [details] Patch Fix.
Geoffrey Garen
Comment 2 2005-07-13 16:11:45 PDT
Created attachment 2950 [details] /fast/js/object-prototype-toLocaleString.html Layout test.
Geoffrey Garen
Comment 3 2005-07-13 16:34:32 PDT
*** This bug has been marked as a duplicate of 3412 ***
Maciej Stachowiak
Comment 4 2005-07-13 18:38:29 PDT
Comment on attachment 2949 [details] Patch taking off review flag since this is a dupe
Note You need to log in before you can comment on or make changes to this bug.