1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/jit-test/tests/auto-regress/bug690650.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +// Binary: cache/js-dbg-32-44ef245b8706-linux 1.5 +// Flags: -m -n -a 1.6 +// 1.7 +[].__proto__.__defineGetter__("", function() {}); 1.8 +var tryCatch = " try{}catch(e){}"; 1.9 +for (var i = 0; i < 13; ++i) { 1.10 + tryCatch += tryCatch; 1.11 +} 1.12 +eval("\ 1.13 + (function() {\ 1.14 + for each(c in[0,0]){\ 1.15 +" + tryCatch + "\ 1.16 + print\ 1.17 + }\ 1.18 + })\ 1.19 +")()