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 actual = '';
2 expected = '0,undefined,0,undefined,1,undefined,0,undefined,1,undefined,0,undefined,1,undefined,nocrash,';
4 // bug 496987
6 for each(let a in ["", "", true, "", true, "", true]) {
7 appendToActual((function() {
8 for (var e in [0]) {
9 appendToActual( + a)
10 }
11 })())
12 }
14 appendToActual('nocrash')
17 assertEq(actual, expected)