tor-browser

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

1937176.js (162B)


      1 // |jit-test| --fast-warmup; --no-threads
      2 
      3 
      4 function f() {
      5    for (let i = 0; i < 9; i++) {
      6        for (let [j] = [0]; j < 1; j++) { }
      7    }
      8 }
      9 f();
     10 disblic(f);