#include <regexp.h>
Definition at line 183 of file regexp.h.
◆ RegExpGlobalExecRunner()
◆ AdvanceZeroLength()
int v8::internal::RegExpGlobalExecRunner::AdvanceZeroLength |
( |
int | last_index | ) |
const |
|
private |
◆ FetchNext()
int32_t * v8::internal::RegExpGlobalExecRunner::FetchNext |
( |
| ) |
|
◆ HasException()
bool v8::internal::RegExpGlobalExecRunner::HasException |
( |
| ) |
const |
|
inline |
◆ LastSuccessfulMatch()
int32_t * v8::internal::RegExpGlobalExecRunner::LastSuccessfulMatch |
( |
| ) |
const |
◆ max_matches()
int v8::internal::RegExpGlobalExecRunner::max_matches |
( |
| ) |
const |
|
inlineprivate |
◆ current_match_index_
int v8::internal::RegExpGlobalExecRunner::current_match_index_ = 0 |
|
private |
◆ isolate_
Isolate* const v8::internal::RegExpGlobalExecRunner::isolate_ |
|
private |
◆ num_matches_
int v8::internal::RegExpGlobalExecRunner::num_matches_ = 0 |
|
private |
◆ regexp_data_
◆ register_array_
int32_t* v8::internal::RegExpGlobalExecRunner::register_array_ = nullptr |
|
private |
◆ register_array_size_
int v8::internal::RegExpGlobalExecRunner::register_array_size_ = 0 |
|
private |
◆ registers_per_match_
int v8::internal::RegExpGlobalExecRunner::registers_per_match_ = 0 |
|
private |
◆ result_vector_scope_
◆ subject_
The documentation for this class was generated from the following files: