v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::IterationDecrementer Class Reference
Collaboration diagram for v8::internal::IterationDecrementer:

Public Member Functions

 IterationDecrementer (LoopChoiceNode *node)
 
 ~IterationDecrementer ()
 
 IterationDecrementer (const IterationDecrementer &)=delete
 
IterationDecrementeroperator= (const IterationDecrementer &)=delete
 

Private Attributes

LoopChoiceNodenode_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ IterationDecrementer() [1/2]

v8::internal::IterationDecrementer::IterationDecrementer ( LoopChoiceNode * node)
inlineexplicit

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

◆ ~IterationDecrementer()

v8::internal::IterationDecrementer::~IterationDecrementer ( )
inline

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

◆ IterationDecrementer() [2/2]

v8::internal::IterationDecrementer::IterationDecrementer ( const IterationDecrementer & )
delete

Member Function Documentation

◆ operator=()

IterationDecrementer & v8::internal::IterationDecrementer::operator= ( const IterationDecrementer & )
delete

Member Data Documentation

◆ node_

LoopChoiceNode* v8::internal::IterationDecrementer::node_
private

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


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