bug1837366.js (95B)
1 function foo() { 2 try { 3 foo(); 4 /a/.exec(); 5 } catch (e) { 6 } 7 } 8 foo();