Bug 69679

Summary: De-virtualize JSCell::toNumber
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED DUPLICATE    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 69156    
Bug Blocks: 67690    

Mark Hahnenberg
Reported 2011-10-07 16:51:57 PDT
Now that the JSC C API does something more sensible for toNumber (see bug 69156), we can eliminate JSCallbackObject::toNumber in favor of simply using JSObject::toString to cover the case for JSCallbackObject.
Attachments
Mark Hahnenberg
Comment 1 2011-10-12 11:10:32 PDT
*** This bug has been marked as a duplicate of bug 69858 ***
Note You need to log in before you can comment on or make changes to this bug.