tor-browser

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

bug905166.js (194B)


      1 function test() {
      2  LastIndexOf("hello");
      3  LastIndexOf("hello");
      4  eval("");
      5  function LastIndexOf(s) {
      6     x = Math.min(Math.max(Math.pow(-1, 0.5), 0), s.length);
      7     0 <= x;
      8  }
      9 } test();