[Webkit-unassigned] [Bug 28118] JSON.stringify replacer returning undefined does not omit object properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Aug 9 16:33:57 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28118
--- Comment #4 from George Staikos <staikos at kde.org> 2009-08-09 16:33:57 PDT ---
(From update of attachment 34435)
> // Handle cycle detection, and put the holder on the stack.
> if (!m_holderCycleDetector.add(object).second) {
> - throwError(m_exec, TypeError);
> + throwError(m_exec, TypeError, "JSON.stringify cannot serialise cyclic structures.");
> return StringifyFailed;
Should we not prefer US English?
--
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