tor-browser

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

file_omt_eager_baseline.js (102B)


      1 function fun1() {
      2  return 10;
      3 }
      4 
      5 function fun2() {
      6  return 50;
      7 }
      8 
      9 function fun3() {
     10  return 100;
     11 }