Bug 80920

Summary: [V8][Refactoring] Remove getExistingWrapper() and getExistingWrapperSlow()
Product: WebKit Reporter: Kentaro Hara <haraken>
Component: WebCore JavaScriptAssignee: Kentaro Hara <haraken>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, arv, japhet, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
patch for landing none

Kentaro Hara
Reported 2012-03-12 18:16:28 PDT
Now getExistingWrapper() is the same as getWrapper(). getExistingWrapperSlow() is the same as getWrapperSlow(). We can remove getExistingWrapper() and getExistingWrapperSlow().
Attachments
Patch (4.71 KB, patch)
2012-03-12 18:19 PDT, Kentaro Hara
no flags
patch for landing (5.78 KB, patch)
2012-03-12 18:35 PDT, Kentaro Hara
no flags
Kentaro Hara
Comment 1 2012-03-12 18:19:43 PDT
Adam Barth
Comment 2 2012-03-12 18:29:46 PDT
Comment on attachment 131481 [details] Patch Can we call this getExistingWrapper since it doesn't create a wrapper?
Kentaro Hara
Comment 3 2012-03-12 18:35:52 PDT
Created attachment 131485 [details] patch for landing
Kentaro Hara
Comment 4 2012-03-12 18:36:42 PDT
(In reply to comment #2) > (From update of attachment 131481 [details]) > Can we call this getExistingWrapper since it doesn't create a wrapper? I renamed it to getCachedWrapper(), following JSC's getCachedWrapper().
Kentaro Hara
Comment 5 2012-03-12 18:39:10 PDT
Adam Barth
Comment 6 2012-03-12 18:45:03 PDT
> I renamed it to getCachedWrapper(), following JSC's getCachedWrapper(). Perfect.
Note You need to log in before you can comment on or make changes to this bug.