Bug 69382

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

Description Mark Hahnenberg 2011-10-04 15:21:13 PDT
On the path to de-virtualizing JSCell, we come to put.  We first need to add static versions of the functions to be called by the corresponding virtual methods.
Comment 1 Mark Hahnenberg 2011-10-06 16:32:07 PDT
Created attachment 110057 [details]
Patch
Comment 2 Mark Hahnenberg 2011-10-07 12:03:47 PDT
Created attachment 110189 [details]
Fix windows
Comment 3 Geoffrey Garen 2011-10-07 16:44:01 PDT
Comment on attachment 110189 [details]
Fix windows

r=me
Comment 4 WebKit Review Bot 2011-10-07 17:05:18 PDT
Comment on attachment 110189 [details]
Fix windows

Clearing flags on attachment: 110189

Committed r96992: <http://trac.webkit.org/changeset/96992>
Comment 5 WebKit Review Bot 2011-10-07 17:05:23 PDT
All reviewed patches have been landed.  Closing bug.