summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug690650.js
blob: 24f5cbcbdfa023bc2b4aac622af9de4cb21b7cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Binary: cache/js-dbg-32-44ef245b8706-linux
// Flags: -m -n -a
//
[].__proto__.__defineGetter__("", function() {});
var tryCatch = " try{}catch(e){}";
for (var i = 0; i < 13; ++i) {
  tryCatch += tryCatch;
}
eval("\
    (function() {\
        for each(c in[0,0]){\
" + tryCatch + "\
            print\
        }\
    })\
")()