bug847410.js (85B)
1 function h(code) { 2 f = eval("(function(){" + code + "})") 3 } 4 h("") 5 h("debugger;")