summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/json-stringify-circular.out
blob: a701672c84ab08c4dc33c90366a3b834f7dc18c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
*%(basename)s:8: TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'Object'
    --- property 'key' closes the circle
JSON.stringify(object);
     ^
TypeError: Converting circular structure to JSON
    --> starting at object with constructor 'Object'
    --- property 'key' closes the circle
    at JSON.stringify (<anonymous>)
    at *%(basename)s:8:6