Lines Matching refs:V8DebuggerId
19 class V8DebuggerId {
21 V8DebuggerId() = default;
22 explicit V8DebuggerId(std::pair<int64_t, int64_t>);
23 explicit V8DebuggerId(const String16&);
24 V8DebuggerId(const V8DebuggerId&) V8_NOEXCEPT = default;
25 V8DebuggerId& operator=(const V8DebuggerId&) V8_NOEXCEPT = default;
27 static V8DebuggerId generate(V8InspectorImpl*);
29 v8_inspector::V8DebuggerId toV8DebuggerId() const { return m_debugger_id; }
35 v8_inspector::V8DebuggerId m_debugger_id;