tor-browser

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

bug648708.js (118B)


      1 thrown = false
      2 try {
      3    ("".x = Object.seal)
      4    "".x.valueOf();
      5 } catch (e) {thrown = true}
      6 assertEq(thrown, true);