tor-browser

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

optimized-out-functions.js (205B)


      1 // Functions optimized out by constant-folding should have correct
      2 // stencil data.
      3 // This shouldn't hit any assertion while iterating stencil while instantiation.
      4 (function() {
      5  (function() {
      6  });
      7 });