tor-browser

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

bug1607895.js (145B)


      1 code = cacheEntry(`
      2  function f() {
      3    (function () {})
      4  };
      5  f()
      6  `);
      7 evaluate(code, { saveBytecodeWithDelazifications: { value: true } });