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
IeeeDoubleBigEndianArchType Union Reference

#include <v8globals.h>

Data Fields

double d
 
struct {
   unsigned int   sign:1
 
   unsigned int   exp:11
 
   unsigned int   man_high:20
 
   unsigned int   man_low:32
 
bits
 

Detailed Description

Definition at line 329 of file v8globals.h.

Field Documentation

struct { ... } bits
double d

Definition at line 330 of file v8globals.h.

Referenced by HeapNumber::HeapNumberToBoolean().

unsigned int exp

Definition at line 333 of file v8globals.h.

Referenced by HeapNumber::HeapNumberToBoolean().

unsigned int man_high

Definition at line 334 of file v8globals.h.

Referenced by HeapNumber::HeapNumberToBoolean().

unsigned int man_low

Definition at line 335 of file v8globals.h.

Referenced by HeapNumber::HeapNumberToBoolean().

unsigned int sign

Definition at line 332 of file v8globals.h.


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