v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
RecursionCheck Class Reference

Public Member Functions

 RecursionCheck (RegExpCompiler *compiler)
 
 ~RecursionCheck ()
 

Detailed Description

Definition at line 988 of file jsregexp.cc.

Constructor & Destructor Documentation

RecursionCheck ( RegExpCompiler compiler)
inlineexplicit

Definition at line 990 of file jsregexp.cc.

References RegExpCompiler::IncrementRecursionDepth().

~RecursionCheck ( )
inline

Definition at line 993 of file jsregexp.cc.

References RegExpCompiler::DecrementRecursionDepth().


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