bug1703750.js (84B)
1 function foo() { 2 const b = "".match(); 3 try { 4 foo(); 5 } catch {} 6 } 7 foo()