Bug 69593

Summary: Add static version of JSCell::getOwnPropertySlot
Product: WebKit Reporter: Mark Hahnenberg <mhahnenberg>
Component: JavaScriptCoreAssignee: Mark Hahnenberg <mhahnenberg>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 67690    
Attachments:
Description Flags
Patch
none
Fix qt none

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.