tor-browser

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

Worker.tracer.js (122B)


      1 "use strict";
      2 
      3 /* eslint-disable no-unused-vars */
      4 
      5 function bar() {}
      6 function foo() {
      7  bar();
      8 }
      9 
     10 postMessage("evaled");