Home
last modified time | relevance | path

Searched refs:AsyncTaskStarted (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dinspector_agent.h73 void AsyncTaskStarted(void* task);
Dinspector_js_api.cc351 InvokeAsyncTaskFnWithId<&Agent::AsyncTaskStarted>); in Initialize()
387 registry->Register(InvokeAsyncTaskFnWithId<&Agent::AsyncTaskStarted>); in RegisterExternalReferences()
Dinspector_agent.cc568 void AsyncTaskStarted(void* task) { in AsyncTaskStarted() function in node::inspector::NodeInspectorClient
915 void Agent::AsyncTaskStarted(void* task) { in AsyncTaskStarted() function in node::inspector::Agent
916 client_->AsyncTaskStarted(task); in AsyncTaskStarted()