5#ifndef V8_INSPECTOR_V8_REGEX_H_
6#define V8_INSPECTOR_V8_REGEX_H_
25 bool multiline =
false);
29 int* matchLength =
nullptr)
const;
V8_INLINE bool IsEmpty() const
V8Regex(V8InspectorImpl *, const String16 &, bool caseSensitive, bool multiline=false)
v8::Global< v8::RegExp > m_regex
V8Regex & operator=(const V8Regex &)=delete
int match(const String16 &, int startFrom=0, int *matchLength=nullptr) const
V8InspectorImpl * m_inspector
const String16 & errorMessage() const
V8Regex(const V8Regex &)=delete