summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug650574.js
blob: 19111508df58f27bc4831e4fe763513e0c166b37 (plain)
1
2
3
4
5
6
7
8
9
// |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