RESOLVED FIXED 164161
[DOMJIT] Include identifier name in CallDOMGetter to dump it
https://bugs.webkit.org/show_bug.cgi?id=164161
Summary [DOMJIT] Include identifier name in CallDOMGetter to dump it
Yusuke Suzuki
Reported 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.)
Attachments
Patch (5.37 KB, patch)
2016-10-28 16:17 PDT, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2016-10-28 16:17:42 PDT
Mark Lam
Comment 2 2016-10-28 16:20:23 PDT
Comment on attachment 293240 [details] Patch r=me
Yusuke Suzuki
Comment 3 2016-10-28 16:22:02 PDT
Note You need to log in before you can comment on or make changes to this bug.