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

Public Member Functions

 FunctionSorter ()
 
 FunctionSorter (int index, int ticks, int ast_length, int src_length)
 
int index () const
 
int ticks () const
 
int ast_length () const
 
int src_length () const
 

Detailed Description

Definition at line 6731 of file hydrogen.cc.

Constructor & Destructor Documentation

FunctionSorter ( )
inline

Definition at line 6733 of file hydrogen.cc.

FunctionSorter ( int  index,
int  ticks,
int  ast_length,
int  src_length 
)
inline

Definition at line 6734 of file hydrogen.cc.

Member Function Documentation

int ast_length ( ) const
inline

Definition at line 6742 of file hydrogen.cc.

int index ( ) const
inline

Definition at line 6740 of file hydrogen.cc.

int src_length ( ) const
inline

Definition at line 6743 of file hydrogen.cc.

int ticks ( ) const
inline

Definition at line 6741 of file hydrogen.cc.


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