tor-browser

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

bug729886.js (210B)


      1 // |jit-test| error:ReferenceError
      2 
      3 // Binary: cache/js-opt-64-5a04fd69aa09-linux
      4 // Flags: --ion-eager
      5 //
      6 
      7 function deep1(x) {
      8    if (0) {  }
      9    else i : dumpStack();
     10 }
     11 for (var i = 0; 1; ++i)
     12    deep1(i);