tor-browser

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

bug830967.js (143B)


      1 var x = Array.prototype.concat.call(Object.freeze([{}]));
      2 assertEq(x.length, 1);
      3 assertEq(0 in x, true);
      4 assertEq(JSON.stringify(x[0]), "{}");