Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
H A Dworker_inspector.cc58 ParentInspectorHandle::ParentInspectorHandle( in ParentInspectorHandle() function in node::inspector::ParentInspectorHandle
70 ParentInspectorHandle::~ParentInspectorHandle() { in ~ParentInspectorHandle()
75 void ParentInspectorHandle::WorkerStarted( in WorkerStarted()
82 std::unique_ptr<inspector::InspectorSession> ParentInspectorHandle::Connect( in Connect()
103 std::unique_ptr<ParentInspectorHandle> WorkerManager::NewParentHandle( in NewParentHandle()
106 return std::make_unique<ParentInspectorHandle>( in NewParentHandle()
H A Dworker_inspector.h54 class ParentInspectorHandle { class
56 ParentInspectorHandle(uint64_t id,
61 ~ParentInspectorHandle();
62 std::unique_ptr<ParentInspectorHandle> NewParentInspectorHandle( in NewParentInspectorHandle()
64 return std::make_unique<ParentInspectorHandle>( in NewParentInspectorHandle()
90 std::unique_ptr<ParentInspectorHandle> NewParentHandle(
/third_party/node/src/
H A Dinspector_agent.h26 class ParentInspectorHandle;
83 void SetParentHandle(std::unique_ptr<ParentInspectorHandle> parent_handle);
84 std::unique_ptr<ParentInspectorHandle> GetParentHandle(
127 std::unique_ptr<ParentInspectorHandle> parent_handle_;
H A Djs_native_api_v8_inspector.h37 class ParentInspectorHandle;
51 using node::inspector::ParentInspectorHandle;
H A Dinspector_agent.cc958 std::unique_ptr<ParentInspectorHandle> parent_handle) { in SetParentHandle()
962 std::unique_ptr<ParentInspectorHandle> Agent::GetParentHandle( in GetParentHandle()
966 return std::unique_ptr<ParentInspectorHandle>{}; in GetParentHandle()
H A Denv.h86 class ParentInspectorHandle;
562 std::unique_ptr<inspector::ParentInspectorHandle> parent_handle);
H A Dnode.cc70 #include "inspector/worker_inspector.h" // ParentInspectorHandle
178 std::unique_ptr<inspector::ParentInspectorHandle> parent_handle) { in InitializeInspector()
/third_party/node/src/api/
H A Denvironment.cc17 #include "inspector/worker_inspector.h" // ParentInspectorHandle
392 std::unique_ptr<inspector::ParentInspectorHandle> impl;
395 std::unique_ptr<inspector::ParentInspectorHandle>&& impl) in InspectorParentHandleImpl()

Completed in 8 milliseconds