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

Public Member Functions

bool IsUnused () const
 
bool IsUsedAsBool () const
 
bool IsUsedAsWord32 () const
 
bool IsUsedAsFloat64 () const
 
bool IdentifiesUndefinedAndZero ()
 
bool IdentifiesZeroAndMinusZero () const
 
bool operator== (Truncation other) const
 
bool operator!= (Truncation other) const
 
const chardescription () const
 
bool IsLessGeneralThan (Truncation other)
 
IdentifyZeros identify_zeros () const
 

Static Public Member Functions

static Truncation None ()
 
static Truncation Bool ()
 
static Truncation Word32 ()
 
static Truncation Float64 (IdentifyZeros identify_zeros=kDistinguishZeros)
 
static Truncation Any (IdentifyZeros identify_zeros=kDistinguishZeros)
 
static Truncation Generalize (Truncation t1, Truncation t2)
 

Detailed Description

Definition at line 20 of file representation-change.h.


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