Bug 141856 - Refactor JSWrapperMap.mm to defer creation of the ObjC JSValue until the latest possible moment
Summary: Refactor JSWrapperMap.mm to defer creation of the ObjC JSValue until the late...
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 Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-20 16:12 PST by Mark Lam
Modified: 2015-02-20 16:37 PST (History)
0 users

See Also:


Attachments
the patch. (10.96 KB, patch)
2015-02-20 16:21 PST, Mark Lam
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-02-20 16:12:24 PST
Following thru with some refactoring opportunity observed in https://bugs.webkit.org/show_bug.cgi?id=141809.
Comment 1 Mark Lam 2015-02-20 16:21:02 PST
Created attachment 247008 [details]
the patch.
Comment 2 Geoffrey Garen 2015-02-20 16:33:48 PST
Comment on attachment 247008 [details]
the patch.

r=me
Comment 3 Mark Lam 2015-02-20 16:37:27 PST
Thanks for the review.  Landed in r180467: <http://trac.webkit.org/r180467>.