[webkit-reviews] review canceled: [Bug 33053] JSON.stringify and JSON.parse implementations needlessly process properties in the prototype chain : [Attachment 45662] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 30 22:56:49 PST 2009


Oliver Hunt <oliver at apple.com> has canceled Kent Hansen
<kent.hansen at nokia.com>'s request for review:
Bug 33053: JSON.stringify and JSON.parse implementations needlessly process
properties in the prototype chain
https://bugs.webkit.org/show_bug.cgi?id=33053

Attachment 45662: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=45662&action=review

------- Additional Comments from Oliver Hunt <oliver at apple.com>
Can you determine what correct spec behaviour is given:
javascript:a={__proto__:{foo:"bar"}, get b() { this.foo="PASS"; }};
alert(JSON.stringify(a))


More information about the webkit-reviews mailing list