tor-browser

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

bug643182.js (77B)


      1 x = 123;
      2 function f() {}
      3 function g(o) {
      4    y = x.p;
      5    eval('o');
      6 }
      7 g(f);