Bug 69679 - De-virtualize JSCell::toNumber
Summary: De-virtualize JSCell::toNumber
Status: RESOLVED DUPLICATE of bug 69858
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Hahnenberg
URL:
Keywords:
Depends on: 69156
Blocks: 67690
  Show dependency treegraph
 
Reported: 2011-10-07 16:51 PDT by Mark Hahnenberg
Modified: 2011-10-12 11:10 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 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.
Comment 1 Mark Hahnenberg 2011-10-12 11:10:32 PDT

*** This bug has been marked as a duplicate of bug 69858 ***