tor-browser

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

bug-1342261.js (192B)


      1 // With --baseline-eager, create a cross-compartment wrapper IC referring to a
      2 // target in an otherwise-doomed compartment.
      3 
      4 fullcompartmentchecks(true);
      5 newGlobal({
      6    sameZoneAs: []
      7 }).z;