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 function a(code) {
2 var f = new Function("for each(let x in[false,'',/x/,'',{}]){if(x<x){(({}))}else if(x){}else{}}");
3 try {
4 f()
5 } catch(e) {}
6 }
7 a()
8 a()
9
10 /* Don't crash (CLI only). */
11