tor-browser

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

bug722021.js (136B)


      1 // Binary: cache/js-dbg-64-8a59519e137e-linux
      2 // Flags: -m -n -a
      3 //
      4 
      5 var a = [];
      6 for (let j = 0; j < 5; ++j) {
      7    a.push(-2 in (a));
      8 }