Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_perf.cc245 void LoopIdleTime(const FunctionCallbackInfo<Value>& args) { in LoopIdleTime() function
322 SetMethod(context, target, "loopIdleTime", LoopIdleTime); in Initialize()
377 registry->Register(LoopIdleTime); in RegisterExternalReferences()
Dnode_worker.h76 static void LoopIdleTime(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_worker.cc821 void Worker::LoopIdleTime(const FunctionCallbackInfo<Value>& args) { in LoopIdleTime() function in node::worker::Worker
890 SetProtoMethod(isolate, w, "loopIdleTime", Worker::LoopIdleTime); in InitWorker()
954 registry->Register(Worker::LoopIdleTime); in RegisterExternalReferences()