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

Public Member Functions

 Pending (HBasicBlock *block, int last_changed_range)
 
HBasicBlock * block () const
 
int last_changed_range () const
 

Detailed Description

Definition at line 34 of file hydrogen-range-analysis.cc.

Constructor & Destructor Documentation

Pending ( HBasicBlock *  block,
int  last_changed_range 
)
inline

Definition at line 36 of file hydrogen-range-analysis.cc.

Member Function Documentation

HBasicBlock* block ( ) const
inline

Definition at line 39 of file hydrogen-range-analysis.cc.

Referenced by HRangeAnalysisPhase::Run().

int last_changed_range ( ) const
inline

Definition at line 40 of file hydrogen-range-analysis.cc.

Referenced by HRangeAnalysisPhase::Run().


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