tor-browser

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

bug1481032.js (79B)


      1 x = [];
      2 x[6] = 0;
      3 Object.preventExtensions(x);
      4 
      5 // Don't assert.
      6 x.length = 1;