tor-browser

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

testConstructorBail.js (107B)


      1 function testConstructorBail() {
      2    for (let i = 0; i < 5; ++i) new Number(/x/);
      3 }
      4 testConstructorBail();