/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
- 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]) {}\
- }\
- ")()