michael@0: // |jit-test| error:InternalError michael@0: michael@0: // Binary: cache/js-dbg-64-0906d9490eaf-linux michael@0: // Flags: michael@0: // michael@0: var e = Error(''); michael@0: e.fileName = e; michael@0: e.toSource(); michael@0: --> Crash with too much recursion in exn_toSource