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| allow-oom
2 (function(){
3 (x)=[1,2,3]
4 })()
5 try{
6 (function(){
7 ((function a(aaaaaa,bbbbbb){
8 if(aaaaaa.length==bbbbbb){
9 return eval%bbbbbb.valueOf()
10 }
11 cccccc=a(aaaaaa,bbbbbb+1)
12 return cccccc._=x
13 })([,,,,,,,,,,,,,,,,,,0],0))
14 })()
15 }catch(e){}
17 /* Don't assert. */