Bug 164161 - [DOMJIT] Include identifier name in CallDOMGetter to dump it
Summary: [DOMJIT] Include identifier name in CallDOMGetter to dump it
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-28 15:58 PDT by Yusuke Suzuki
Modified: 2016-10-28 16:22 PDT (History)
5 users (show)

See Also:


Attachments
Patch (5.37 KB, patch)
2016-10-28 16:17 PDT, Yusuke Suzuki
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>