tor-browser

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

bug-1332773.js (256B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 evalInWorker(`
      4 var gTestcases = new Array();
      5 typeof document != "object" || !document.location.href.match(/jsreftest.html/);
      6 gczeal(4, 10);
      7 f = ([a = class target extends b {}, b] = [void 0]) => {};
      8 f()
      9 `)