Home
last modified time | relevance | path

Searched refs:V8Inspector (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/inspector/
H A Dtest-interface.h12 class V8Inspector;
14 V8_EXPORT void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit);
15 V8_EXPORT void DumpAsyncTaskStacksStateForTest(V8Inspector* inspector);
H A Dtest-interface.cc12 void SetMaxAsyncTaskStacksForTest(V8Inspector* inspector, int limit) { in SetMaxAsyncTaskStacksForTest()
18 void DumpAsyncTaskStacksStateForTest(V8Inspector* inspector) { in DumpAsyncTaskStacksStateForTest()
H A Dv8-inspector-session-impl.h38 V8Inspector::Channel*,
105 V8Inspector::Channel*, StringView state);
122 V8Inspector::Channel* m_channel;
H A Dv8-inspector-impl.h57 class V8InspectorImpl : public V8Inspector {
80 // V8Inspector implementation.
82 V8Inspector::Channel*,
H A Dv8-inspector-impl.cc57 std::unique_ptr<V8Inspector> V8Inspector::create(v8::Isolate* isolate, in create()
59 return std::unique_ptr<V8Inspector>(new V8InspectorImpl(isolate, client)); in create()
149 int contextGroupId, V8Inspector::Channel* channel, StringView state) { in connect()
H A Dv8-inspector-session-impl.cc90 V8Inspector::Channel* channel, StringView state) { in create()
98 V8Inspector::Channel* channel, in V8InspectorSessionImpl()
/third_party/node/src/
H A Dinspector_agent.cc52 using v8_inspector::V8Inspector;
211 class ChannelImpl final : public v8_inspector::V8Inspector::Channel,
215 const std::unique_ptr<V8Inspector>& inspector, in ChannelImpl()
223 V8Inspector::ClientTrustLevel::kFullyTrusted); in ChannelImpl()
400 client_ = V8Inspector::create(env->isolate(), this); in NodeInspectorClient()
669 std::unique_ptr<V8Inspector> client_;
H A Djs_native_api_v8_inspector.cc870 using v8_inspector::V8Inspector;
891 class ChannelImpl final : public v8_inspector::V8Inspector::Channel,
894 explicit ChannelImpl(const std::unique_ptr<V8Inspector>& inspector, in ChannelImpl()
903 V8Inspector::ClientTrustLevel::kFullyTrusted); in ChannelImpl()
1044 client_ = V8Inspector::create(env->isolate, this); in InspectorClient()
1278 std::unique_ptr<V8Inspector> client_;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-inspector.h328 class V8_EXPORT V8Inspector { class
330 static std::unique_ptr<V8Inspector> create(v8::Isolate*, V8InspectorClient*);
331 virtual ~V8Inspector() = default;
/third_party/node/deps/v8/include/
H A Dv8-inspector.h313 class V8_EXPORT V8Inspector { class
315 static std::unique_ptr<V8Inspector> create(v8::Isolate*, V8InspectorClient*);
316 virtual ~V8Inspector() = default;
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h25 class V8Inspector;
50 void SetInspector(Isolate* isolate, v8_inspector::V8Inspector*);
51 v8_inspector::V8Inspector* GetInspector(Isolate* isolate);
H A Ddebug-interface.cc44 void SetInspector(Isolate* isolate, v8_inspector::V8Inspector* inspector) { in SetInspector()
49 v8_inspector::V8Inspector* GetInspector(Isolate* isolate) { in GetInspector()
/third_party/node/deps/v8/src/execution/
H A Disolate.h64 class V8Inspector;
505 V(v8_inspector::V8Inspector*, inspector, nullptr) \
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3745 class InspectorFrontend final : public v8_inspector::V8Inspector::Channel {
3814 inspector_ = v8_inspector::V8Inspector::create(isolate_, this); in InspectorClient()
3891 std::unique_ptr<v8_inspector::V8Inspector> inspector_;
3893 std::unique_ptr<v8_inspector::V8Inspector::Channel> channel_;

Completed in 41 milliseconds