tor-browser

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

bug714614.js (162B)


      1 function testForVarInWith(foo, foo) {
      2  return eval("with ({}) { for (var x = 0; x < 5; x++); } (function() { return delete x; })");
      3 }
      4 f = testForVarInWith()();