bug848733.js (184B)
1 var a = [1]; 2 function f(x) { 3 var round = Math.round; 4 for (var i=0; i<20; i++) { 5 a[0] = round(a[0]); 6 if (x > 500) 7 a[0] = "a"; 8 } 9 } 10 for (var i=0; i<550; i++) 11 f(i);
tor-browserThe Tor Browser | |
| git clone https://git.dasho.dev/tor-browser.git | |
| Log | Files | Refs | README | LICENSE |