tor-browser

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

bug710947.js (194B)


      1 // |jit-test| allow-oom;
      2 function startTest() {
      3 if (typeof document != "object" 
      4    || !document.location.href.match(/jsreftest.html/))  {}
      5 };
      6 gczeal(4);
      7 startTest();
      8 new ArrayBuffer( 8192 );