MCPcopy Index your code
hub / github.com/nodejs/node / getLibuvNow

Function getLibuvNow

test/parallel/test-timers-now.js:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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();

Callers 1

test-timers-now.jsFile · 0.85

Calls 1

getLibuvNowMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…