()
| 14 | // Only javascript methods can be optimized through %OptimizeFunctionOnNextCall |
| 15 | // This is why we surround the C++ method we want to optimize with a JS function. |
| 16 | function getLibuvNow() { |
| 17 | return binding.getLibuvNow(); |
| 18 | } |
| 19 | |
| 20 | eval('%PrepareFunctionForOptimization(getLibuvNow)'); |
| 21 | getLibuvNow(); |
no test coverage detected
searching dependent graphs…