tor-browser

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

bug-1324512.js (225B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 evalInWorker(`
      4    if (!('gczeal' in this))
      5        quit();
      6    try {
      7      gczeal(2,1);
      8      throw new Error();
      9    } catch (e) {
     10      assertEq("" + e, "Error");
     11    }
     12 `);