tor-browser

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

testBug961969.js (103B)


      1 (()=>{ var x,y,z; ()=>{x++;y++;z++} })();
      2 (()=>{ var x,y; if (true) { function z() { x++;y++ } } })();