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