Searched refs:V8InspectorClient (Results 1 – 9 of 9) sorted by relevance
58 V8InspectorImpl(v8::Isolate*, V8InspectorClient*);62 V8InspectorClient* client() { return m_client; } in client()144 V8InspectorClient* m_client;
43 class V8InspectorClient; variable50 bool isLiveEdit, V8InspectorClient* client);
114 bool isLiveEdit, V8InspectorClient* client) in ActualScript()224 V8InspectorClient* client) { in GetScriptURL()412 bool isLiveEdit, V8InspectorClient* client) { in Create()
37 V8InspectorClient* client) const;
78 V8InspectorClient* client = nullptr; in buildInspectorObjectCommon()149 V8InspectorClient* client) const { in buildInspectorObject()
53 V8InspectorClient* client) { in create()58 V8InspectorClient* client) in V8InspectorImpl()
590 V8InspectorClient* client = m_inspector->client(); in ScriptCompiled()
163 class V8_EXPORT V8InspectorClient {165 virtual ~V8InspectorClient() {} in ~V8InspectorClient()241 static std::unique_ptr<V8Inspector> create(v8::Isolate*, V8InspectorClient*);
2360 class InspectorClient : public v8_inspector::V8InspectorClient {