Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 // Binary: cache/js-dbg-32-38f985b0522c-linux
2 // Flags: -j
3 //
4 var g;
5 var e;
6 var w;
7 for each (a in this) { }
8 d = 3;
9 x = 3;
10 for (var m = 0; m < 9; ++m) {}
11 for each (var c in this) { }
12 for each(let d in [
13 [],
14 [],
15 [],
16 function () {},
17 undefined
18 ]) {
19 for each(let f in [
20 [],
21 [],
22 true,
23 [],
24 true
25 ]) {}
26 }