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