tor-browser

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

browser_sanityException.js (136B)


      1 function test() {
      2  ok(true, "ok called");
      3  expectUncaughtException();
      4  throw new Error("this is a deliberately thrown exception");
      5 }