bug807047.js (105B)
1 function f(code) { 2 eval(code) 3 } 4 f("\ 5 function h({x}) {\ 6 print(x)\ 7 }\ 8 h(/x/);\ 9 ")