summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/bug584644-2.js
blob: 0faddd5f52790f6d37559592851b2cf9132d6968 (plain)
1
2
3
4
5
6
7
this.__defineSetter__("x", function(v) { return /a/.exec(v); })
Function("\
  for each(w in[0,0,0]) {\
    for each(y in[0,0,0,0,0,0,0,0,x,0,0,0,0,0,0,0,0,0,x,0,0,0,0,0,0,0,x]) {}\
  }\
")()