tor-browser

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

file_bug873229.js (171B)


      1 // This is a script that will let you get an exception thrown by
      2 // calling bar() with no arguments, say.
      3 var foo = "Some string";
      4 function bar(x) {
      5  x.trySomething();
      6 }