Home
last modified time | relevance | path

Searched refs:LoopStartTime (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_worker.h70 static void LoopStartTime(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_worker.cc812 void Worker::LoopStartTime(const FunctionCallbackInfo<Value>& args) { in LoopStartTime() function in node::worker::Worker
864 env->SetProtoMethod(w, "loopStartTime", Worker::LoopStartTime); in InitWorker()