[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 22:56:51 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=33053
Oliver Hunt <oliver at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #45662|review?, commit-queue? |
Flag| |
--- Comment #5 from Oliver Hunt <oliver at apple.com> 2009-12-30 22:56:50 PST ---
(From update of attachment 45662)
Can you determine what correct spec behaviour is given:
javascript:a={__proto__:{foo:"bar"}, get b() { this.foo="PASS"; }};
alert(JSON.stringify(a))
--
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