V8 Project
|
#include <jsregexp.h>
Public Member Functions | |
void | init () |
Public Attributes | |
bool | preload_is_current_ |
bool | preload_has_checked_bounds_ |
int | preload_characters_ |
int | eats_at_least_ |
Static Public Attributes | |
static const int | kEatsAtLeastNotYetInitialized = -1 |
Definition at line 1529 of file jsregexp.h.
|
inline |
Definition at line 1535 of file jsregexp.h.
References eats_at_least_, and kEatsAtLeastNotYetInitialized.
Referenced by v8::internal::ChoiceNode::Emit().
int v8::internal::PreloadState::eats_at_least_ |
Definition at line 1534 of file jsregexp.h.
Referenced by v8::internal::ChoiceNode::Emit(), init(), and v8::internal::ChoiceNode::SetUpPreLoad().
|
static |
Definition at line 1530 of file jsregexp.h.
Referenced by v8::internal::ChoiceNode::EmitOptimizedUnanchoredSearch(), init(), and v8::internal::ChoiceNode::SetUpPreLoad().
int v8::internal::PreloadState::preload_characters_ |
Definition at line 1533 of file jsregexp.h.
Referenced by v8::internal::ChoiceNode::Emit(), v8::internal::ChoiceNode::EmitChoices(), and v8::internal::ChoiceNode::SetUpPreLoad().
bool v8::internal::PreloadState::preload_has_checked_bounds_ |
Definition at line 1532 of file jsregexp.h.
Referenced by v8::internal::ChoiceNode::EmitChoices(), and v8::internal::ChoiceNode::SetUpPreLoad().
bool v8::internal::PreloadState::preload_is_current_ |
Definition at line 1531 of file jsregexp.h.
Referenced by v8::internal::ChoiceNode::EmitChoices(), and v8::internal::ChoiceNode::SetUpPreLoad().