Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review: https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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 ")()
7