tor-browser

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

constructor-proto.js (123B)


      1 assertEq(Reflect.getPrototypeOf(InternalError), Error);
      2 
      3 if (typeof reportCompare === "function")
      4    reportCompare(0, 0);