Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_worker.h77 static void LoopStartTime(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_worker.cc836 void Worker::LoopStartTime(const FunctionCallbackInfo<Value>& args) { in LoopStartTime() function in node::worker::Worker
891 SetProtoMethod(isolate, w, "loopStartTime", Worker::LoopStartTime); in InitWorker()
955 registry->Register(Worker::LoopStartTime); in RegisterExternalReferences()