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
RegExpExpansionLimiter Class Reference

Public Member Functions

 RegExpExpansionLimiter (RegExpCompiler *compiler, int factor)
 
 ~RegExpExpansionLimiter ()
 
bool ok_to_expand ()
 

Static Public Attributes

static const int kMaxExpansionFactor = 6
 

Detailed Description

Definition at line 4837 of file jsregexp.cc.

Constructor & Destructor Documentation

Definition at line 4858 of file jsregexp.cc.

References RegExpCompiler::set_current_expansion_factor().

Member Function Documentation

bool ok_to_expand ( )
inline

Definition at line 4862 of file jsregexp.cc.

Field Documentation

const int kMaxExpansionFactor = 6
static

Definition at line 4839 of file jsregexp.cc.

Referenced by RegExpExpansionLimiter::RegExpExpansionLimiter().


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