tor-browser

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

bug655954.js (71B)


      1 // |jit-test| error: TypeError
      2 foo(); 
      3 function foo() { 
      4    this();
      5 }