tor-browser

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

testBug663789-1.js (80B)


      1 function f() {
      2    a = arguments;
      3    return a[0] - a[1];
      4 }
      5 
      6 [1,2,3,4].sort(f);