Updates:
        Owner: LasseReichsteinHolstNielsen

Comment #1 on issue 1223 by [email protected]: JSON stringify on host objects ends up with a recursion error
http://code.google.com/p/v8/issues/detail?id=1223

When running 'JSON.stringify({elm: document.createElement("div")})' in Chrome I also get "TypeError: Converting circular structure to JSON".

This is consistent with Safari which reports "TypeError: JSON.stringify cannot serialize cyclic structures".

Lasse, I was wondering whether we are indeed behaving according to the spec or if there may be a bug in webkit.

We should fix or close with WorkingAsIntended.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to