MCPcopy Create free account
hub / github.com/nodejs/nan / SetCounterFunction

Function SetCounterFunction

nan.h:684–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682/* node 0.12 */
683#if NODE_MODULE_VERSION >= NODE_0_12_MODULE_VERSION
684 inline
685 void SetCounterFunction(v8::CounterLookupCallback cb) {
686 v8::Isolate::GetCurrent()->SetCounterFunction(cb);
687 }
688
689 inline
690 void SetCreateHistogramFunction(v8::CreateHistogramCallback cb) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected