v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
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 228 of file regexp-compiler.cc.

Constructor & Destructor Documentation

◆ RecursionCheck()

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

Definition at line 230 of file regexp-compiler.cc.

Here is the call graph for this function:

◆ ~RecursionCheck()

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

Definition at line 233 of file regexp-compiler.cc.

Here is the call graph for this function:

Member Data Documentation

◆ compiler_

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

Definition at line 236 of file regexp-compiler.cc.


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