Home
last modified time | relevance | path

Searched refs:LoopIdleTime (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dnode_perf.cc233 void LoopIdleTime(const FunctionCallbackInfo<Value>& args) { in LoopIdleTime() function
310 SetMethod(context, target, "loopIdleTime", LoopIdleTime); in Initialize()
365 registry->Register(LoopIdleTime); in RegisterExternalReferences()
H A Dnode_worker.h76 static void LoopIdleTime(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dnode_worker.cc823 void Worker::LoopIdleTime(const FunctionCallbackInfo<Value>& args) { in LoopIdleTime() function in node::worker::Worker
892 SetProtoMethod(isolate, w, "loopIdleTime", Worker::LoopIdleTime); in InitWorker()
956 registry->Register(Worker::LoopIdleTime); in RegisterExternalReferences()

Completed in 3 milliseconds