[Webkit-unassigned] [Bug 33053] JSON.stringify and JSON.parse implementations needlessly process properties in the prototype chain

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 11:09:28 PST 2010


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





--- Comment #11 from Kent Hansen <kent.hansen at nokia.com>  2010-01-04 11:09:27 PST ---
(In reply to comment #4)
> If you're doing some refactoring in this area, there may be some issues
> relating to bug 32242 - which needs to obtain the non-enumerable properties of
> an object.  I'm very unfamiliar with the JSC code, but attempted to look into
> this support anyway, and found I was going to have to hit a lot of code to go
> the first route I attempted (see the bug for details).  May well be it's a n00b
> issue for me, but if you're in the middle of property-retrieval refactorings,
> something to think about it.

Yeah, see Maciej's latest comment. I'm pursuing the "add extra flag argument to
get(Own)PropertyNames" approach. It should be orthogonal to this change,
though.

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



More information about the webkit-unassigned mailing list