Bug 69659 - Add static version of JSCell::deleteProperty
Summary: Add static version of JSCell::deleteProperty
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-07 13:05 PDT by Mark Hahnenberg
Modified: 2011-10-07 23:36 PDT (History)
1 user (show)

See Also:


Attachments
Patch (39.37 KB, patch)
2011-10-07 14:04 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-07 13:05:54 PDT
On the path to de-virtualizing JSCell, we come to deleteProperty.  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 14:04:18 PDT
Created attachment 110214 [details]
Patch
Comment 2 Geoffrey Garen 2011-10-07 16:41:26 PDT
Comment on attachment 110214 [details]
Patch

r=me
Comment 3 WebKit Review Bot 2011-10-07 23:36:54 PDT
Comment on attachment 110214 [details]
Patch

Clearing flags on attachment: 110214

Committed r97002: <http://trac.webkit.org/changeset/97002>
Comment 4 WebKit Review Bot 2011-10-07 23:36:58 PDT
All reviewed patches have been landed.  Closing bug.