tor-browser

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

bug722023.js (249B)


      1 // Binary: cache/js-dbg-64-8a59519e137e-linux
      2 // Flags: -m -n -a
      3 //
      4 
      5 var obj = new Object();
      6 var index = [ (null ), 1073741824, 1073741825 ];
      7 for (var j in index) {
      8  testProperty(index[j]);
      9 }
     10 function testProperty(i) {
     11  actual = obj[String(i)];
     12 }