v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RegExpCompileData Struct Reference

#include <jsregexp.h>

Collaboration diagram for RegExpCompileData:

Public Member Functions

 RegExpCompileData ()
 

Data Fields

RegExpTreetree
 
RegExpNodenode
 
bool simple
 
bool contains_anchor
 
Handle< Stringerror
 
int capture_count
 

Detailed Description

Definition at line 1599 of file jsregexp.h.

Constructor & Destructor Documentation

RegExpCompileData ( )
inline

Definition at line 1600 of file jsregexp.h.

Field Documentation

int capture_count

Definition at line 1611 of file jsregexp.h.

Referenced by RegExpImpl::Compile(), and RegExpEngine::Compile().

bool contains_anchor

Definition at line 1609 of file jsregexp.h.

Referenced by RegExpEngine::Compile().

Handle<String> error

Definition at line 1610 of file jsregexp.h.

Referenced by RegExpImpl::Compile().

RegExpNode* node

Definition at line 1607 of file jsregexp.h.

Referenced by RegExpEngine::Compile().

bool simple

Definition at line 1608 of file jsregexp.h.

Referenced by RegExpImpl::Compile().

RegExpTree* tree

Definition at line 1606 of file jsregexp.h.

Referenced by RegExpImpl::Compile(), and RegExpEngine::Compile().


The documentation for this struct was generated from the following file: