tor-browser

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

bug836274.js (235B)


      1 function dumpArgs6(i) {
      2  if (i == 90)
      3    return funapply6.arguments.length;
      4  return [i];
      5 }
      6 function funapply6() {
      7  return dumpArgs6.apply({}, arguments);
      8 }
      9 function test6(i) {
     10  return funapply6(i,1,2,3);
     11 }
     12 test6(89)[0]
     13 test6(0.2)