#include <regexp-ast.h>
Definition at line 594 of file regexp-ast.h.
◆ RegExpCapture()
v8::internal::RegExpCapture::RegExpCapture |
( |
int | index | ) |
|
|
inlineexplicit |
◆ body()
RegExpTree * v8::internal::RegExpCapture::body |
( |
| ) |
|
|
inline |
◆ CaptureRegisters()
Interval v8::internal::RegExpCapture::CaptureRegisters |
( |
| ) |
|
|
overridevirtual |
◆ DECL_BOILERPLATE()
v8::internal::RegExpCapture::DECL_BOILERPLATE |
( |
Capture | | ) |
|
◆ EndRegister()
static int v8::internal::RegExpCapture::EndRegister |
( |
int | index | ) |
|
|
inlinestatic |
◆ index()
int v8::internal::RegExpCapture::index |
( |
| ) |
const |
|
inline |
◆ IsAnchoredAtEnd()
bool v8::internal::RegExpCapture::IsAnchoredAtEnd |
( |
| ) |
|
|
overridevirtual |
◆ IsAnchoredAtStart()
bool v8::internal::RegExpCapture::IsAnchoredAtStart |
( |
| ) |
|
|
overridevirtual |
◆ max_match()
int v8::internal::RegExpCapture::max_match |
( |
| ) |
|
|
inlineoverridevirtual |
◆ min_match()
int v8::internal::RegExpCapture::min_match |
( |
| ) |
|
|
inlineoverridevirtual |
◆ name()
◆ set_body()
void v8::internal::RegExpCapture::set_body |
( |
RegExpTree * | body | ) |
|
|
inline |
◆ set_name()
◆ StartRegister()
static int v8::internal::RegExpCapture::StartRegister |
( |
int | index | ) |
|
|
inlinestatic |
◆ ToNode()
◆ body_
RegExpTree* v8::internal::RegExpCapture::body_ = nullptr |
|
private |
◆ index_
int v8::internal::RegExpCapture::index_ |
|
private |
◆ max_match_
int v8::internal::RegExpCapture::max_match_ = 0 |
|
private |
◆ min_match_
int v8::internal::RegExpCapture::min_match_ = 0 |
|
private |
◆ name_
The documentation for this class was generated from the following files: