Searched refs:LoopIdleTime (Results 1 – 3 of 3) sorted by relevance
245 void LoopIdleTime(const FunctionCallbackInfo<Value>& args) { in LoopIdleTime() function322 SetMethod(context, target, "loopIdleTime", LoopIdleTime); in Initialize()377 registry->Register(LoopIdleTime); in RegisterExternalReferences()
76 static void LoopIdleTime(const v8::FunctionCallbackInfo<v8::Value>& args);
821 void Worker::LoopIdleTime(const FunctionCallbackInfo<Value>& args) { in LoopIdleTime() function in node::worker::Worker890 SetProtoMethod(isolate, w, "loopIdleTime", Worker::LoopIdleTime); in InitWorker()954 registry->Register(Worker::LoopIdleTime); in RegisterExternalReferences()