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

#include <regexp-compiler.h>

Inheritance diagram for v8::internal::Trace::DeferredSetRegisterForLoop:
Collaboration diagram for v8::internal::Trace::DeferredSetRegisterForLoop:

Public Member Functions

 DeferredSetRegisterForLoop (int reg, int value)
 
int value ()
 
- Public Member Functions inherited from v8::internal::Trace::DeferredAction
 DeferredAction (ActionNode::ActionType action_type, int reg)
 
DeferredActionnext ()
 
bool Mentions (int reg)
 
int reg ()
 
ActionNode::ActionType action_type ()
 

Private Attributes

int value_
 

Detailed Description

Definition at line 268 of file regexp-compiler.h.

Constructor & Destructor Documentation

◆ DeferredSetRegisterForLoop()

v8::internal::Trace::DeferredSetRegisterForLoop::DeferredSetRegisterForLoop ( int reg,
int value )
inline

Definition at line 270 of file regexp-compiler.h.

Member Function Documentation

◆ value()

int v8::internal::Trace::DeferredSetRegisterForLoop::value ( )
inline

Definition at line 273 of file regexp-compiler.h.

Here is the caller graph for this function:

Member Data Documentation

◆ value_

int v8::internal::Trace::DeferredSetRegisterForLoop::value_
private

Definition at line 276 of file regexp-compiler.h.


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