Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-inspector-session-impl.h32 class V8InspectorSessionImpl : public V8InspectorSession,
53 std::unique_ptr<V8InspectorSession::CommandLineAPIScope>
79 std::unique_ptr<V8InspectorSession::Inspectable>) override;
98 V8InspectorSession::Inspectable* inspectedObject(unsigned num);
134 std::vector<std::unique_ptr<V8InspectorSession::Inspectable>>
Dsearch-util.h15 class V8InspectorSession; variable
20 searchInTextByLinesImpl(V8InspectorSession*, const String16& text,
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()
Dsearch-util.cc144 searchInTextByLinesImpl(V8InspectorSession* session, const String16& text, in searchInTextByLinesImpl()
Dv8-inspector-impl.h81 std::unique_ptr<V8InspectorSession> connect(int contextGroupId,
Dinjected-script.h180 public V8InspectorSession::CommandLineAPIScope {
Dv8-heap-profiler-agent-impl.cc109 class InspectableHeapObject final : public V8InspectorSession::Inspectable {
Dv8-inspector-impl.cc148 std::unique_ptr<V8InspectorSession> V8InspectorImpl::connect( in connect()
Dv8-console.cc783 V8InspectorSession::Inspectable* object = session->inspectedObject(num); in inspectedObject()
/third_party/node/deps/v8/include/
Dv8-inspector.h156 class V8_EXPORT V8InspectorSession {
158 virtual ~V8InspectorSession() = default;
179 virtual std::unique_ptr<V8InspectorSession::CommandLineAPIScope>
364 virtual std::unique_ptr<V8InspectorSession> connect(int contextGroupId,
/third_party/node/src/
Dinspector_agent.cc257 if (v8_inspector::V8InspectorSession::canDispatchMethod( in dispatchProtocolMessage()
334 std::unique_ptr<v8_inspector::V8InspectorSession> session_;
Djs_native_api_v8_inspector.cc924 if (v8_inspector::V8InspectorSession::canDispatchMethod( in dispatchProtocolMessage()
1000 std::unique_ptr<v8_inspector::V8InspectorSession> session_;
/third_party/node/deps/v8/src/d8/
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_;