tor-browser

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

bug710192.js (179B)


      1 // |jit-test| error:Error
      2 
      3 // Binary: cache/js-dbg-64-63bff373cb94-linux
      4 // Flags: -m -n -a
      5 //
      6 
      7 function f(a, b, c) {
      8    arguments[('4294967295')] = 2;
      9 }
     10 assertEq(f(1), "1234");