Bug 164161

Summary: [DOMJIT] Include identifier name in CallDOMGetter to dump it
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mark.lam: review+

Description Yusuke Suzuki 2016-10-28 15:58:29 PDT
Now, CallDOMGetter is super difficult to debug!!!
Now, CallDOM is renamed to CallDOMGetter. So this node always has the identifier (since we do not emit this node if the getter is retrieved by getOwnPropertyDescriptor etc.)
Comment 1 Yusuke Suzuki 2016-10-28 16:17:42 PDT
Created attachment 293240 [details]
Patch
Comment 2 Mark Lam 2016-10-28 16:20:23 PDT
Comment on attachment 293240 [details]
Patch

r=me
Comment 3 Yusuke Suzuki 2016-10-28 16:22:02 PDT
Committed r208078: <http://trac.webkit.org/changeset/208078>