Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-inspector-impl.h59 V8_EXPORT_PRIVATE V8InspectorImpl(v8::Isolate*, V8InspectorClient*);
65 V8InspectorClient* client() { return m_client; } in client()
159 V8InspectorClient* m_client;
Dv8-debugger-script.h49 class V8InspectorClient; variable
56 bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client);
Dv8-debugger-script.cc95 V8InspectorClient* client) in ActualScript()
272 V8InspectorClient* client) { in GetScriptURL()
281 V8InspectorClient* client) { in GetScriptName()
355 bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) { in Create()
Dv8-stack-trace-impl.h40 V8InspectorClient* client) const;
Dv8-stack-trace-impl.cc84 V8InspectorClient* client = nullptr; in buildInspectorObjectCommon()
196 V8InspectorClient* client) const { in buildInspectorObject()
Dv8-inspector-impl.cc58 V8InspectorClient* client) { in create()
63 V8InspectorClient* client) in V8InspectorImpl()
Dv8-debugger.cc486 V8InspectorClient* client = m_inspector->client(); in ScriptCompiled()
Dvalue-mirror.cc170 V8InspectorClient* clientFor(v8::Local<v8::Context> context) { in clientFor()
/third_party/node/deps/v8/include/
Dv8-inspector.h217 class V8_EXPORT V8InspectorClient {
219 virtual ~V8InspectorClient() = default;
315 static std::unique_ptr<V8Inspector> create(v8::Isolate*, V8InspectorClient*);
/third_party/node/src/
Dinspector_agent.cc53 using v8_inspector::V8InspectorClient;
395 class NodeInspectorClient : public V8InspectorClient {
/third_party/node/deps/v8/src/d8/
Dd8.cc3808 class InspectorClient : public v8_inspector::V8InspectorClient {
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md2206 …ub.com/nodejs/node/commit/f66e9abcb3)] - **inspector**: implemented V8InspectorClient::resourceNam…
2828 …//github.com/nodejs/node/commit/311ec12702)] - **inspector**: fixed V8InspectorClient::currentTime…
/third_party/chromium/patch/
D0003-ohos-1115.patch260425 @@ -3737,7 +3737,8 @@ class InspectorClient : public v8_inspector::V8InspectorClient {
260833 + v8_inspector::V8InspectorClient default_client;