michael@0: function h(code) { michael@0: f = eval("(function(){" + code + "})") michael@0: } michael@0: h("") michael@0: h("debugger;")