tor-browser

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

bug914341.js (95B)


      1 function f() {
      2    assertEq(typeof eval("this"), "object");
      3 }
      4 for (var i=0; i<5; i++)
      5    f();