[Webkit-unassigned] [Bug 9182] Add support for toSource and/or uneval

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 20:54:55 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=9182





------- Comment #3 from oliver at apple.com  2008-01-24 20:54 PDT -------
Hmm, some digging would appear to indicate there is no way to define a self
referencing parameter in json :-/

eg. a=[]; a[0]=a; uneval(a);

or at a greater extreme:
a = {b:{c:a}}; a.c = a.b.c; uneval(a);


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list