Home
last modified time | relevance | path

Searched refs:V8SchemaAgentImpl (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-schema-agent-impl.h20 class V8SchemaAgentImpl : public protocol::Schema::Backend { class
22 V8SchemaAgentImpl(V8InspectorSessionImpl*, protocol::FrontendChannel*,
24 ~V8SchemaAgentImpl() override;
25 V8SchemaAgentImpl(const V8SchemaAgentImpl&) = delete;
26 V8SchemaAgentImpl& operator=(const V8SchemaAgentImpl&) = delete;
H A Dv8-schema-agent-impl.cc12 V8SchemaAgentImpl::V8SchemaAgentImpl(V8InspectorSessionImpl* session, in V8SchemaAgentImpl() function in v8_inspector::V8SchemaAgentImpl
17 V8SchemaAgentImpl::~V8SchemaAgentImpl() = default;
19 Response V8SchemaAgentImpl::getDomains( in getDomains()
H A Dv8-inspector-session-impl.h28 class V8SchemaAgentImpl;
47 V8SchemaAgentImpl* schemaAgent() { return m_schemaAgent.get(); } in schemaAgent()
133 std::unique_ptr<V8SchemaAgentImpl> m_schemaAgent;
H A Dv8-inspector-session-impl.cc136 m_schemaAgent.reset(new V8SchemaAgentImpl( in V8InspectorSessionImpl()

Completed in 4 milliseconds