tor-browser

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

concurrent-stencil-inputscope-enclosing-0.js (125B)


      1 // |jit-test| --delazification-mode=concurrent-df
      2 
      3 (function s1() {
      4  s2 = (function(){
      5    function s3() { };
      6  })();
      7 })();