v8  3.14.5(node0.10.28)
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 1603 of file jsregexp.h.

Constructor & Destructor Documentation

RegExpCompileData ( )
inline

Definition at line 1604 of file jsregexp.h.

Field Documentation

int capture_count
bool contains_anchor

Definition at line 1613 of file jsregexp.h.

Referenced by RegExpEngine::Compile(), and RegExpParser::ParseRegExp().

Handle<String> error

Definition at line 1614 of file jsregexp.h.

Referenced by RegExpImpl::Compile(), and RegExpParser::ParseRegExp().

RegExpNode* node

Definition at line 1611 of file jsregexp.h.

Referenced by RegExpEngine::Compile().

bool simple

Definition at line 1612 of file jsregexp.h.

Referenced by RegExpImpl::Compile(), and RegExpParser::ParseRegExp().


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