tor-browser

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

bug1811803.js (131B)


      1 // |jit-test| --fuzzing-safe; --ion-offthread-compile=off; --fast-warmup
      2 
      3 a = {}
      4 for (b = 0; b < 100; ++b)
      5  a['x' + b] = 'x' + b;