blob: fdd1e56e5d58d80a3f235e7d2b0524739391dc59 (
plain)
1
2
3
4
5
6
7
8
9
|
// |jit-test| error:InternalError; skip-if: !Error.prototype.toSource
// Binary: cache/js-dbg-64-0906d9490eaf-linux
// Flags:
//
var e = Error('');
e.fileName = e;
e.toSource();
--> Crash with too much recursion in exn_toSource
|