v8  3.11.10(node0.8.26)
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 5973 of file hydrogen.cc.

Constructor & Destructor Documentation

FunctionSorter ( )
inline

Definition at line 5975 of file hydrogen.cc.

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

Definition at line 5976 of file hydrogen.cc.

Member Function Documentation

int ast_length ( ) const
inline

Definition at line 5984 of file hydrogen.cc.

int index ( ) const
inline

Definition at line 5982 of file hydrogen.cc.

int src_length ( ) const
inline

Definition at line 5985 of file hydrogen.cc.

int ticks ( ) const
inline

Definition at line 5983 of file hydrogen.cc.


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