Thu, 15 Jan 2015 15:59:08 +0100
Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
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)")()