[Webkit-unassigned] [Bug 187542] Web Inspector: console.log fires getters for deep properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 19:04:24 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=187542

--- Comment #6 from Joseph Pecoraro <joepeck at webkit.org> ---
(In reply to Saam Barati from comment #5)
> Comment on attachment 346936 [details]
> [PATCH] Proposed Fix
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=346936&action=review
> 
> > Source/JavaScriptCore/inspector/InjectedScriptSource.js:1295
> > +            let descriptor = Object.getOwnPropertyDescriptor(object, propertyName);
> 
> Might be worth verifying that we're ok w/ this doing effects? Like I believe
> this calls a trap in a proxy.

Is there a way to tell if its a getter without an observable effect (without being a built-in)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180811/380b982d/attachment.html>


More information about the webkit-unassigned mailing list