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
TypeFeedbackId Class Reference

#include <utils.h>

Public Member Functions

 TypeFeedbackId (int id)
 
int ToInt () const
 
bool IsNone () const
 

Static Public Member Functions

static TypeFeedbackId None ()
 

Detailed Description

Definition at line 994 of file utils.h.

Constructor & Destructor Documentation

TypeFeedbackId ( int  id)
inlineexplicit

Definition at line 996 of file utils.h.

Referenced by TypeFeedbackId::None().

Member Function Documentation

bool IsNone ( ) const
inline

Definition at line 1000 of file utils.h.

Referenced by Assembler::RecordedAstId(), and Assembler::SetRecordedAstId().

static TypeFeedbackId None ( )
inlinestatic

Definition at line 999 of file utils.h.

References TypeFeedbackId::TypeFeedbackId().

Referenced by Assembler::ClearRecordedAstId().

int ToInt ( ) const
inline

Definition at line 997 of file utils.h.


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