RESOLVED DUPLICATE of bug 69858 Bug 69679
De-virtualize JSCell::toNumber
https://bugs.webkit.org/show_bug.cgi?id=69679
Summary De-virtualize JSCell::toNumber
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.