tor-browser

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

bug686296.js (150B)


      1 load(libdir + "asserts.js");
      2 var o = Object.preventExtensions(new ArrayBuffer);
      3 assertThrowsInstanceOf(function () { o.__proto__ = {}; }, TypeError);