tor-browser

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

bug1276082.js (60B)


      1 function f() {
      2    (function() {}).bind()(/x/);
      3 }
      4 f();
      5 f();