V8 Project
|
#include <globals.h>
Public Member Functions | |
DoubleRepresentation (double x) | |
bool | operator== (const DoubleRepresentation &other) const |
Public Attributes | |
double | value |
int64_t | bits |
|
inline |
|
inline |
int64_t v8::internal::DoubleRepresentation::bits |
Definition at line 508 of file globals.h.
Referenced by CheckEqualsStrict(), v8::internal::NumberCacheHash(), and operator==().
double v8::internal::DoubleRepresentation::value |
Definition at line 507 of file globals.h.
Referenced by CheckEqualsStrict(), and DoubleRepresentation().