V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::RpoNumber Class Referencefinal

Public Member Functions

int ToInt () const
 
size_t ToSize () const
 
bool IsValid () const
 
bool IsNext (const RpoNumber other) const
 
bool operator== (RpoNumber other) const
 
bool operator!= (RpoNumber other) const
 
bool operator> (RpoNumber other) const
 
bool operator< (RpoNumber other) const
 
bool operator<= (RpoNumber other) const
 
bool operator>= (RpoNumber other) const
 

Static Public Member Functions

static RpoNumber FromInt (int index)
 
static RpoNumber Invalid ()
 

Static Public Attributes

static const int kInvalidRpoNumber = -1
 

Detailed Description

Definition at line 955 of file instruction.h.


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