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 // |jit-test| error:TypeError
2 (function(){})
3 gc();
4 var recursiveFunctions = [{
5 text: "(function(){if(a){}g()})"
6 }];
7 (function testAllRecursiveFunctions() {
8 for (var i = 0; i < recursiveFunctions.length; ++i) {
9 var a = recursiveFunctions[i];
10 eval(a.text.replace(/@/g, ""))
11 }
12 })();
13 gcslice(2868);
14 Function("v={c:[{x:[[]],N:{x:[{}[d]]}}]}=minorgc(true)")()