michael@0: // Binary: cache/js-dbg-32-44ef245b8706-linux michael@0: // Flags: -m -n -a michael@0: // michael@0: [].__proto__.__defineGetter__("", function() {}); michael@0: var tryCatch = " try{}catch(e){}"; michael@0: for (var i = 0; i < 13; ++i) { michael@0: tryCatch += tryCatch; michael@0: } michael@0: eval("\ michael@0: (function() {\ michael@0: for each(c in[0,0]){\ michael@0: " + tryCatch + "\ michael@0: print\ michael@0: }\ michael@0: })\ michael@0: ")()