tor-browser

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

bug631219.js (143B)


      1 // don't assert or crash
      2 function g(o) {
      3    o.__proto__ = arguments;
      4    o.length = 123;
      5 }
      6 function f() {
      7    g(arguments);
      8 }
      9 f();