tor-browser

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

bug1206265.js (189B)


      1 x = [
      2    createIsHTMLDDA(),
      3    function() {}
      4 ];
      5 x.forEach(function() {});
      6 this.x.sort(function() {});
      7 assertEq(x[0] instanceof Function, false);
      8 assertEq(x[1] instanceof Function, true);