tor-browser

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

bug655810.js (89B)


      1 function f(arr) {
      2    var x = arr[0];
      3    if (typeof x) {};
      4    Math.abs(x);
      5 }
      6 f([1.2]);