tor-browser

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

bug-1357022.js (135B)


      1 const root3 = newGlobal({newCompartment: true});
      2 function test(constructor) {
      3    if (!nukeCCW(root3.load)) {}
      4 }
      5 test(Map);
      6 test(Set);