Searched refs:V8InspectorClient (Results 1 – 13 of 13) sorted by relevance
59 V8_EXPORT_PRIVATE V8InspectorImpl(v8::Isolate*, V8InspectorClient*);65 V8InspectorClient* client() { return m_client; } in client()159 V8InspectorClient* m_client;
49 class V8InspectorClient; variable56 bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client);
95 V8InspectorClient* client) in ActualScript()272 V8InspectorClient* client) { in GetScriptURL()281 V8InspectorClient* client) { in GetScriptName()355 bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) { in Create()
40 V8InspectorClient* client) const;
84 V8InspectorClient* client = nullptr; in buildInspectorObjectCommon()196 V8InspectorClient* client) const { in buildInspectorObject()
58 V8InspectorClient* client) { in create()63 V8InspectorClient* client) in V8InspectorImpl()
486 V8InspectorClient* client = m_inspector->client(); in ScriptCompiled()
170 V8InspectorClient* clientFor(v8::Local<v8::Context> context) { in clientFor()
217 class V8_EXPORT V8InspectorClient {219 virtual ~V8InspectorClient() = default;315 static std::unique_ptr<V8Inspector> create(v8::Isolate*, V8InspectorClient*);
53 using v8_inspector::V8InspectorClient;395 class NodeInspectorClient : public V8InspectorClient {
3808 class InspectorClient : public v8_inspector::V8InspectorClient {
2206 …ub.com/nodejs/node/commit/f66e9abcb3)] - **inspector**: implemented V8InspectorClient::resourceNam…2828 …//github.com/nodejs/node/commit/311ec12702)] - **inspector**: fixed V8InspectorClient::currentTime…
260425 @@ -3737,7 +3737,8 @@ class InspectorClient : public v8_inspector::V8InspectorClient {260833 + v8_inspector::V8InspectorClient default_client;