V8 Project
v8::internal::RecursionCheck Class Reference
+ Collaboration diagram for v8::internal::RecursionCheck:

Public Member Functions

 RecursionCheck (RegExpCompiler *compiler)
 
 ~RecursionCheck ()
 

Private Attributes

RegExpCompilercompiler_
 

Detailed Description

Definition at line 1055 of file jsregexp.cc.

Constructor & Destructor Documentation

◆ RecursionCheck()

v8::internal::RecursionCheck::RecursionCheck ( RegExpCompiler compiler)
inlineexplicit

Definition at line 1057 of file jsregexp.cc.

1057  : compiler_(compiler) {
1058  compiler->IncrementRecursionDepth();
1059  }
RegExpCompiler * compiler_
Definition: jsregexp.cc:1062

References v8::internal::RegExpCompiler::IncrementRecursionDepth().

+ Here is the call graph for this function:

◆ ~RecursionCheck()

v8::internal::RecursionCheck::~RecursionCheck ( )
inline

Definition at line 1060 of file jsregexp.cc.

Member Data Documentation

◆ compiler_

RegExpCompiler* v8::internal::RecursionCheck::compiler_
private

Definition at line 1062 of file jsregexp.cc.


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