Lines Matching refs:V8DebuggerId
27 class V8DebuggerId;
119 class V8_EXPORT V8DebuggerId {
121 V8DebuggerId() = default;
122 V8DebuggerId(const V8DebuggerId&) = default;
123 V8DebuggerId& operator=(const V8DebuggerId&) = default;
130 friend class internal::V8DebuggerId;
131 explicit V8DebuggerId(std::pair<int64_t, int64_t>);
323 virtual V8DebuggerId uniqueDebuggerId(int contextId) = 0;