Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.h74 void AsyncTaskFinished(void* task);
Dinspector_js_api.cc355 InvokeAsyncTaskFnWithId<&Agent::AsyncTaskFinished>); in Initialize()
388 registry->Register(InvokeAsyncTaskFnWithId<&Agent::AsyncTaskFinished>); in RegisterExternalReferences()
Dinspector_agent.cc572 void AsyncTaskFinished(void* task) { in AsyncTaskFinished() function in node::inspector::NodeInspectorClient
919 void Agent::AsyncTaskFinished(void* task) { in AsyncTaskFinished() function in node::inspector::Agent
920 client_->AsyncTaskFinished(task); in AsyncTaskFinished()