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,
70 std::unique_ptr<V8InspectorSession::Inspectable>) override;
90 V8InspectorSession::Inspectable* inspectedObject(unsigned num);
117 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()
353 std::unique_ptr<V8InspectorSession::Inspectable> inspectable) { in addInspectedObject()
359 V8InspectorSession::Inspectable* V8InspectorSessionImpl::inspectedObject( in inspectedObject()
Dv8-inspector-impl.h77 std::unique_ptr<V8InspectorSession> connect(int contextGroupId,
Dsearch-util.cc141 searchInTextByLinesImpl(V8InspectorSession* session, const String16& text, in searchInTextByLinesImpl()
Dv8-heap-profiler-agent-impl.cc102 class InspectableHeapObject final : public V8InspectorSession::Inspectable {
Dv8-inspector-impl.cc190 std::unique_ptr<V8InspectorSession> V8InspectorImpl::connect( in connect()
Dv8-console.cc649 V8InspectorSession::Inspectable* object = session->inspectedObject(num); in inspectedObject()
/external/v8/include/
Dv8-inspector.h116 class V8_EXPORT V8InspectorSession {
118 virtual ~V8InspectorSession() {} in ~V8InspectorSession()
256 virtual std::unique_ptr<V8InspectorSession> connect(
/external/v8/src/
Dd8.cc1843 static v8_inspector::V8InspectorSession* GetSession(Local<Context> context) { in GetSession()
1862 v8_inspector::V8InspectorSession* session = in SendInspectorMessage()
1875 std::unique_ptr<v8_inspector::V8InspectorSession> session_;