tor-browser

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

bug1247915.js (112B)


      1 // |jit-test| --ion-pruning=on
      2 
      3 evaluate(`
      4    var i = 0;
      5    while (!inIon())
      6        a = [] ? i: () => 5;
      7 `);