Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-inspector-session-impl.h31 class V8InspectorSessionImpl : public V8InspectorSession,
71 std::unique_ptr<V8InspectorSession::Inspectable>) override;
91 V8InspectorSession::Inspectable* inspectedObject(unsigned num);
123 std::vector<std::unique_ptr<V8InspectorSession::Inspectable>>
Dsearch-util.h13 class V8InspectorSession; variable
18 searchInTextByLinesImpl(V8InspectorSession*, const String16& text,
Dv8-inspector-session-impl.cc25 bool V8InspectorSession::canDispatchMethod(const StringView& method) { in canDispatchMethod()
375 std::unique_ptr<V8InspectorSession::Inspectable> inspectable) { in addInspectedObject()
381 V8InspectorSession::Inspectable* V8InspectorSessionImpl::inspectedObject( in inspectedObject()
Dv8-inspector-impl.h76 std::unique_ptr<V8InspectorSession> connect(int contextGroupId,
Dsearch-util.cc142 searchInTextByLinesImpl(V8InspectorSession* session, const String16& text, in searchInTextByLinesImpl()
Dv8-heap-profiler-agent-impl.cc103 class InspectableHeapObject final : public V8InspectorSession::Inspectable {
Dv8-inspector-impl.cc157 std::unique_ptr<V8InspectorSession> V8InspectorImpl::connect( in connect()
Dv8-console.cc640 V8InspectorSession::Inspectable* object = session->inspectedObject(num); in inspectedObject()
/external/v8/include/
Dv8-inspector.h119 class V8_EXPORT V8InspectorSession {
121 virtual ~V8InspectorSession() {} in ~V8InspectorSession()
286 virtual std::unique_ptr<V8InspectorSession> connect(
/external/v8/src/
Dd8.cc2386 static v8_inspector::V8InspectorSession* GetSession(Local<Context> context) { in GetSession()
2405 v8_inspector::V8InspectorSession* session = in SendInspectorMessage()
2418 std::unique_ptr<v8_inspector::V8InspectorSession> session_;