/js/src/jit-test/tests/jaeger/bug584644-2.js

http://github.com/zpao/v8monkey · JavaScript · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 544d687d0eeb828d872331ad16827b5b MD5 · raw file

  1. this.__defineSetter__("x", function(v) { return /a/.exec(v); })
  2. Function("\
  3. for each(w in[0,0,0]) {\
  4. 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]) {}\
  5. }\
  6. ")()