Bug 69858 - De-virtualized JSCell::toNumber
Summary: De-virtualized JSCell::toNumber
Status: RESOLVED FIXED
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:
: 69679 (view as bug list)
Depends on:
Blocks: 67690
  Show dependency treegraph
 
Reported: 2011-10-11 11:43 PDT by Mark Hahnenberg
Modified: 2011-10-13 12:24 PDT (History)
1 user (show)

See Also:


Attachments
Patch (11.03 KB, patch)
2011-10-11 11:48 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff
Fix windows (11.96 KB, patch)
2011-10-11 16:47 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff
Patch (12.25 KB, patch)
2011-10-12 18:39 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Hahnenberg 2011-10-11 11:43:12 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-11 11:48:16 PDT
Created attachment 110550 [details]
Patch
Comment 2 Mark Hahnenberg 2011-10-11 16:47:17 PDT
Created attachment 110606 [details]
Fix windows
Comment 3 Mark Hahnenberg 2011-10-12 11:10:32 PDT
*** Bug 69679 has been marked as a duplicate of this bug. ***
Comment 4 WebKit Review Bot 2011-10-12 14:37:54 PDT
Comment on attachment 110606 [details]
Fix windows

Rejecting attachment 110606 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
unk #1 succeeded at 1 with fuzz 3.
patching file Source/JavaScriptGlue/UserObjectImp.cpp
Hunk #1 FAILED at 294.
1 out of 1 hunk FAILED -- saving rejects to file Source/JavaScriptGlue/UserObjectImp.cpp.rej
patching file Source/JavaScriptGlue/UserObjectImp.h
Hunk #1 FAILED at 61.
1 out of 1 hunk FAILED -- saving rejects to file Source/JavaScriptGlue/UserObjectImp.h.rej

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--reviewer', u'Sam Weinig', u'--force']" exit_code: 1

Full output: http://queues.webkit.org/results/10046045
Comment 5 Mark Hahnenberg 2011-10-12 18:39:38 PDT
Created attachment 110789 [details]
Patch
Comment 6 WebKit Review Bot 2011-10-13 12:24:04 PDT
Comment on attachment 110789 [details]
Patch

Clearing flags on attachment: 110789

Committed r97381: <http://trac.webkit.org/changeset/97381>
Comment 7 WebKit Review Bot 2011-10-13 12:24:09 PDT
All reviewed patches have been landed.  Closing bug.