tor-browser

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

bug851067.js (118B)


      1 function toPrinted(value) {
      2  value = String(value);
      3 }
      4 String = Array;
      5 toPrinted(123);
      6 evaluate('toPrinted("foo");');