Home
last modified time | relevance | path

Searched refs:V8InspectorSession (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-session-impl.h32 class V8InspectorSessionImpl : public V8InspectorSession,
53 std::unique_ptr<V8InspectorSession::CommandLineAPIScope>
73 // V8InspectorSession implementation.
79 std::unique_ptr<V8InspectorSession::Inspectable>) override;
98 V8InspectorSession::Inspectable* inspectedObject(unsigned num);
134 std::vector<std::unique_ptr<V8InspectorSession::Inspectable>>
H A Dsearch-util.h15 class V8InspectorSession;
20 searchInTextByLinesImpl(V8InspectorSession*, const String16& text,
H A Dv8-inspector-session-impl.cc68 bool V8InspectorSession::canDispatchMethod(StringView method) { in canDispatchMethod()
160 std::unique_ptr<V8InspectorSession::CommandLineAPIScope>
441 std::unique_ptr<V8InspectorSession::Inspectable> inspectable) { in addInspectedObject()
447 V8InspectorSession::Inspectable* V8InspectorSessionImpl::inspectedObject( in inspectedObject()
H A Dv8-inspector-impl.h81 std::unique_ptr<V8InspectorSession> connect(int contextGroupId,
H A Dinjected-script.h180 public V8InspectorSession::CommandLineAPIScope {
H A Dv8-inspector-impl.cc148 std::unique_ptr<V8InspectorSession> V8InspectorImpl::connect( in connect()
H A Dv8-heap-profiler-agent-impl.cc109 class InspectableHeapObject final : public V8InspectorSession::Inspectable {
H A Dv8-console.cc783 V8InspectorSession::Inspectable* object = session->inspectedObject(num); in inspectedObject()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h165 class V8_EXPORT V8InspectorSession { class
167 virtual ~V8InspectorSession() = default;
188 virtual std::unique_ptr<V8InspectorSession::CommandLineAPIScope>
382 virtual std::unique_ptr<V8InspectorSession> connect( in connect()
/third_party/node/deps/v8/include/
H A Dv8-inspector.h156 class V8_EXPORT V8InspectorSession { class
158 virtual ~V8InspectorSession() = default;
179 virtual std::unique_ptr<V8InspectorSession::CommandLineAPIScope>
364 virtual std::unique_ptr<V8InspectorSession> connect(int contextGroupId,
/third_party/node/src/
H A Dinspector_agent.cc258 if (v8_inspector::V8InspectorSession::canDispatchMethod( in dispatchProtocolMessage()
335 std::unique_ptr<v8_inspector::V8InspectorSession> session_;
H A Djs_native_api_v8_inspector.cc929 if (v8_inspector::V8InspectorSession::canDispatchMethod( in dispatchProtocolMessage()
1005 std::unique_ptr<v8_inspector::V8InspectorSession> session_;
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3857 static v8_inspector::V8InspectorSession* GetSession(Local<Context> context) { in GetSession()
3876 v8_inspector::V8InspectorSession* session = in SendInspectorMessage()
3892 std::unique_ptr<v8_inspector::V8InspectorSession> session_;

Completed in 21 milliseconds