#include <regexp-compiler.h>
Definition at line 165 of file regexp-compiler.h.
◆ BoyerMooreLookahead()
v8::internal::BoyerMooreLookahead::BoyerMooreLookahead |
( |
int | length, |
|
|
RegExpCompiler * | compiler, |
|
|
Zone * | zone ) |
◆ at()
◆ compiler()
◆ Count()
int v8::internal::BoyerMooreLookahead::Count |
( |
int | map_number | ) |
|
|
inline |
◆ EmitSkipInstructions()
◆ FindBestInterval()
int v8::internal::BoyerMooreLookahead::FindBestInterval |
( |
int | max_number_of_chars, |
|
|
int | old_biggest_points, |
|
|
int * | from, |
|
|
int * | to ) |
|
private |
◆ FindWorthwhileInterval()
bool v8::internal::BoyerMooreLookahead::FindWorthwhileInterval |
( |
int * | from, |
|
|
int * | to ) |
|
private |
◆ GetSkipTable()
◆ length()
int v8::internal::BoyerMooreLookahead::length |
( |
| ) |
|
|
inline |
◆ max_char()
int v8::internal::BoyerMooreLookahead::max_char |
( |
| ) |
|
|
inline |
◆ Set()
void v8::internal::BoyerMooreLookahead::Set |
( |
int | map_number, |
|
|
int | character ) |
|
inline |
◆ SetAll()
void v8::internal::BoyerMooreLookahead::SetAll |
( |
int | map_number | ) |
|
|
inline |
◆ SetInterval()
void v8::internal::BoyerMooreLookahead::SetInterval |
( |
int | map_number, |
|
|
const Interval & | interval ) |
|
inline |
◆ SetRest()
void v8::internal::BoyerMooreLookahead::SetRest |
( |
int | from_map | ) |
|
|
inline |
◆ bitmaps_
◆ compiler_
◆ length_
int v8::internal::BoyerMooreLookahead::length_ |
|
private |
◆ max_char_
int v8::internal::BoyerMooreLookahead::max_char_ |
|
private |
The documentation for this class was generated from the following files: