tor-browser

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

assert.html (285B)


      1 <script>
      2  /* eslint-disable mozilla/no-define-cc-etc, no-undef */
      3  const Cc = SpecialPowers.Cc;
      4  const Ci = SpecialPowers.Ci;
      5 
      6  let debug = Cc["@mozilla.org/xpcom/debug;1"].getService(Ci.nsIDebug2);
      7  debug.assertion("failed assertion check", "false", "assert.html", 6);
      8 </script>