[Webkit-unassigned] [Bug 21142] Inspector needs a way to enumerate properties without side effects

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 27 16:50:47 PDT 2008


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





------- Comment #3 from timothy at hatcher.name  2008-09-27 16:50 PDT -------
In reality getters don't usually have bad side-affects. Most cases of getters
in the inspector code are just foo() { return this.foo }.

There is a bug in the Inspector completion code that I can't find yet, but we
are triggering the getting in a case where we should not.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list