#include <v8-regex.h>
Definition at line 22 of file v8-regex.h.
◆ V8Regex() [1/2]
v8_inspector::V8Regex::V8Regex |
( |
V8InspectorImpl * | inspector, |
|
|
const String16 & | pattern, |
|
|
bool | caseSensitive, |
|
|
bool | multiline = false ) |
◆ V8Regex() [2/2]
v8_inspector::V8Regex::V8Regex |
( |
const V8Regex & | | ) |
|
|
delete |
◆ errorMessage()
const String16 & v8_inspector::V8Regex::errorMessage |
( |
| ) |
const |
|
inline |
◆ isValid()
bool v8_inspector::V8Regex::isValid |
( |
| ) |
const |
|
inline |
◆ match()
int v8_inspector::V8Regex::match |
( |
const String16 & | string, |
|
|
int | startFrom = 0, |
|
|
int * | matchLength = nullptr ) const |
◆ operator=()
◆ m_errorMessage
String16 v8_inspector::V8Regex::m_errorMessage |
|
private |
◆ m_inspector
◆ m_regex
The documentation for this class was generated from the following files: