Searched refs:LoopStartTime (Results 1 – 2 of 2) sorted by relevance
77 static void LoopStartTime(const v8::FunctionCallbackInfo<v8::Value>& args);
836 void Worker::LoopStartTime(const FunctionCallbackInfo<Value>& args) { in LoopStartTime() function in node::worker::Worker891 SetProtoMethod(isolate, w, "loopStartTime", Worker::LoopStartTime); in InitWorker()955 registry->Register(Worker::LoopStartTime); in RegisterExternalReferences()