Bug 69593 - Add static version of JSCell::getOwnPropertySlot
Summary: Add static version of JSCell::getOwnPropertySlot
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:
Depends on:
Blocks: 67690
  Show dependency treegraph
 
Reported: 2011-10-06 19:06 PDT by Mark Hahnenberg
Modified: 2011-10-08 14:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (102.55 KB, patch)
2011-10-07 13:02 PDT, Mark Hahnenberg
no flags Details | Formatted Diff | Diff
Fix qt (102.88 KB, patch)
2011-10-07 15:27 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-06 19:06:19 PDT
On the path to de-virtualizing JSCell, we come to getOwnPropertySlot.  We first need to add static versions of the functions to be called by the corresponding virtual methods.
Comment 1 Mark Hahnenberg 2011-10-07 13:02:27 PDT
Created attachment 110202 [details]
Patch
Comment 2 Early Warning System Bot 2011-10-07 14:14:18 PDT
Comment on attachment 110202 [details]
Patch

Attachment 110202 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/10015141
Comment 3 Mark Hahnenberg 2011-10-07 15:27:19 PDT
Created attachment 110226 [details]
Fix qt
Comment 4 Geoffrey Garen 2011-10-07 16:42:52 PDT
Comment on attachment 110226 [details]
Fix qt

r=me
Comment 5 WebKit Review Bot 2011-10-08 14:30:42 PDT
Comment on attachment 110226 [details]
Fix qt

Clearing flags on attachment: 110226

Committed r97015: <http://trac.webkit.org/changeset/97015>
Comment 6 WebKit Review Bot 2011-10-08 14:30:47 PDT
All reviewed patches have been landed.  Closing bug.