tor-browser

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

runonce.js (333B)


      1 load(libdir + "asserts.js")
      2 
      3 // Incremental XDR doesn't have run-once script restrictions.
      4 evaluate(cacheEntry(""), { saveBytecodeWithDelazifications: true });
      5 evaluate(cacheEntry(""), { saveBytecodeWithDelazifications: true, isRunOnce: false });
      6 evaluate(cacheEntry(""), { saveBytecodeWithDelazifications: true, isRunOnce: true });