Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / bug584644-2.js
1 this.__defineSetter__("x",/a/)
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 ")()
7