v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
DoubleRepresentation Union Reference

#include <v8globals.h>

Public Member Functions

 DoubleRepresentation (double x)
 
bool operator== (const DoubleRepresentation &other) const
 

Data Fields

double value
 
int64_t bits
 

Detailed Description

Definition at line 314 of file v8globals.h.

Constructor & Destructor Documentation

DoubleRepresentation ( double  x)
inline

Definition at line 317 of file v8globals.h.

References DoubleRepresentation::value.

Member Function Documentation

bool operator== ( const DoubleRepresentation other) const
inline

Definition at line 318 of file v8globals.h.

References DoubleRepresentation::bits.

Field Documentation

int64_t bits

Definition at line 316 of file v8globals.h.

Referenced by DoubleRepresentation::operator==().

double value

Definition at line 315 of file v8globals.h.

Referenced by DoubleRepresentation::DoubleRepresentation().


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