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
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 338 of file v8globals.h.

Field Documentation

struct { ... } bits
double d

Definition at line 339 of file v8globals.h.

Referenced by HeapNumber::HeapNumberBooleanValue().

unsigned int exp

Definition at line 342 of file v8globals.h.

Referenced by HeapNumber::HeapNumberBooleanValue().

unsigned int man_high

Definition at line 343 of file v8globals.h.

Referenced by HeapNumber::HeapNumberBooleanValue().

unsigned int man_low

Definition at line 344 of file v8globals.h.

Referenced by HeapNumber::HeapNumberBooleanValue().

unsigned int sign

Definition at line 341 of file v8globals.h.


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