michael@0: // Binary: cache/js-dbg-64-0230a9e80c1f-linux michael@0: // Flags: -m michael@0: // michael@0: var code = "(function(){ function eval(){} function eval(){} "; michael@0: for (var i = 0; i < 2048; ++i) { michael@0: code += " try{}catch(e){}"; michael@0: } michael@0: code += " })()" michael@0: eval(code);