Home | History | Annotate | Download | only in ubench
      1 function f()
      2 {
      3 }
      4 
      5 for (var i = 0; i < 4000000; ++i)
      6     f();
      7