Bug 80916 - [V8][Refactoring] Make getWrapperSlow() and getExistingWrapperSlow() same
Summary: [V8][Refactoring] Make getWrapperSlow() and getExistingWrapperSlow() same
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kentaro Hara
URL:
Keywords:
Depends on:
Blocks: 80841
  Show dependency treegraph
 
Reported: 2012-03-12 18:03 PDT by Kentaro Hara
Modified: 2012-03-12 18:10 PDT (History)
4 users (show)

See Also:


Attachments
Patch (2.52 KB, patch)
2012-03-12 18:05 PDT, Kentaro Hara
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kentaro Hara 2012-03-12 18:03:25 PDT
This is one of the steps for fixing bug 80841. In this bug, we make getWrapperSlow() and getExistingWrapperSlow() same.
Comment 1 Kentaro Hara 2012-03-12 18:05:28 PDT
Created attachment 131477 [details]
Patch
Comment 2 Adam Barth 2012-03-12 18:08:32 PDT
Comment on attachment 131477 [details]
Patch

I see.  This is the crux of the patch that I didn't understand before.  Thank you for breaking it into smaller pieces for me.
Comment 3 Kentaro Hara 2012-03-12 18:10:38 PDT
Committed r110519: <http://trac.webkit.org/changeset/110519>