tor-browser

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

bug651155.js (169B)


      1 ForIn_2();
      2 function ForIn_2( object ) {
      3  PropertyArray=new Array;
      4  var PropertyArray = 'Do not assert: !cx->throwing';
      5  for ( i in object ) PropertyArray.length-1;
      6 }