tor-browser

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

bug911707.js (113B)


      1 // |jit-test| --ion-eager
      2 x = [ "CNY", "TWD", "invalid" ];
      3 Object.freeze(x).map(function() {
      4    x.length = 6
      5 })