Bug 141856

Summary: Refactor JSWrapperMap.mm to defer creation of the ObjC JSValue until the latest possible moment
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. ggaren: review+

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>.