blob: dab57f507ffdb11bef3faec543ed88219f7872e3 [file] [log] [blame]
try {
// On X64 this was crashing rather than causing a "too much recursion" exception.
x = /x/;
(function f() {
x.r = x;
return f()
})();
} catch (e) {}