tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1699056.js (150B)


      1 var a = '';
      2 var b = '';
      3 
      4 function foo() {
      5    a += 'x';
      6    b = b + a;
      7 }
      8 
      9 with ({}) {}
     10 for (var i = 0; i < 50000; i++) {
     11    try { foo() } catch {}
     12 }