blob: 19111508df58f27bc4831e4fe763513e0c166b37 [file] [log] [blame]
// |jit-test| error:InternalError
// Binary: cache/js-dbg-64-0906d9490eaf-linux
// Flags:
//
var e = Error('');
e.fileName = e;
e.toSource();
--> Crash with too much recursion in exn_toSource