[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
Wed Dec 30 08:47:47 PST 2009


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


Patrick Mueller <pmuellr at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pmuellr at yahoo.com




--- Comment #4 from Patrick Mueller <pmuellr at yahoo.com>  2009-12-30 08:47:47 PST ---
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.

-- 
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