Home
last modified time | relevance | path

Searched refs:ParentInspectorHandle (Results 1 – 8 of 8) sorted by relevance

/third_party/node/src/inspector/
Dworker_inspector.cc56 ParentInspectorHandle::ParentInspectorHandle( in ParentInspectorHandle() function in node::inspector::ParentInspectorHandle
66 ParentInspectorHandle::~ParentInspectorHandle() { in ~ParentInspectorHandle()
71 void ParentInspectorHandle::WorkerStarted( in WorkerStarted()
78 std::unique_ptr<inspector::InspectorSession> ParentInspectorHandle::Connect( in Connect()
99 std::unique_ptr<ParentInspectorHandle> WorkerManager::NewParentHandle( in NewParentHandle()
102 return std::make_unique<ParentInspectorHandle>(thread_id, url, thread_, wait); in NewParentHandle()
Dworker_inspector.h54 class ParentInspectorHandle {
56 ParentInspectorHandle(uint64_t id,
60 ~ParentInspectorHandle();
61 std::unique_ptr<ParentInspectorHandle> NewParentInspectorHandle( in NewParentInspectorHandle()
63 return std::make_unique<ParentInspectorHandle>(thread_id, in NewParentInspectorHandle()
90 std::unique_ptr<ParentInspectorHandle> NewParentHandle(
/third_party/node/src/
Dinspector_agent.h26 class ParentInspectorHandle; variable
83 void SetParentHandle(std::unique_ptr<ParentInspectorHandle> parent_handle);
84 std::unique_ptr<ParentInspectorHandle> GetParentHandle(
127 std::unique_ptr<ParentInspectorHandle> parent_handle_;
Dinspector_agent.cc912 std::unique_ptr<ParentInspectorHandle> parent_handle) { in SetParentHandle()
916 std::unique_ptr<ParentInspectorHandle> Agent::GetParentHandle( in GetParentHandle()
Denv.h76 class ParentInspectorHandle; variable
874 std::unique_ptr<inspector::ParentInspectorHandle> parent_handle);
Dnode.cc201 std::unique_ptr<inspector::ParentInspectorHandle> parent_handle) { in InitializeInspector()
/third_party/node/doc/guides/
Dinvestigating_native_memory_leak.md243 …or(std::unique_ptr<node::inspector::ParentInspectorHandle, std::default_delete<node::inspector::Pa…
397 …or(std::unique_ptr<node::inspector::ParentInspectorHandle, std::default_delete<node::inspector::Pa…
439 …or(std::unique_ptr<node::inspector::ParentInspectorHandle, std::default_delete<node::inspector::Pa…
/third_party/node/src/api/
Denvironment.cc321 std::unique_ptr<inspector::ParentInspectorHandle> impl;
324 std::unique_ptr<inspector::ParentInspectorHandle>&& impl) in InspectorParentHandleImpl()