Files
Kmake/deps/v8/test/message/fail/json-stringify-circular.out
2026-05-26 23:36:42 -07:00

12 lines
396 B
Plaintext

*%(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