Searched refs:LoopStartTime (Results 1 – 2 of 2) sorted by relevance
70 static void LoopStartTime(const v8::FunctionCallbackInfo<v8::Value>& args);
812 void Worker::LoopStartTime(const FunctionCallbackInfo<Value>& args) { in LoopStartTime() function in node::worker::Worker864 env->SetProtoMethod(w, "loopStartTime", Worker::LoopStartTime); in InitWorker()