v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
SmiTagging< 8 > Struct Template Reference

#include <v8.h>

Static Public Member Functions

static int SmiToInt (internal::Object *value)
 

Static Public Attributes

static const int kSmiShiftSize = 31
 
static const int kSmiValueSize = 32
 
static const int kPointerAlignment = 3
 
static const uintptr_t kEncodablePointerMask
 
static const int kPointerToSmiShift
 

Detailed Description

template<>
struct v8::internal::SmiTagging< 8 >

Definition at line 3876 of file v8.h.

Member Function Documentation

static int SmiToInt ( internal::Object value)
inlinestatic

Definition at line 3879 of file v8.h.

References v8::internal::kSmiShiftSize, and v8::internal::kSmiTagSize.

Field Documentation

const uintptr_t kEncodablePointerMask
static
Initial value:
=
~(uintptr_t(0xffffffff) << kPointerAlignment)

Definition at line 3891 of file v8.h.

const int kPointerAlignment = 3
static

Definition at line 3889 of file v8.h.

const int kPointerToSmiShift
static
Initial value:

Definition at line 3894 of file v8.h.

const int kSmiShiftSize = 31
static

Definition at line 3877 of file v8.h.

const int kSmiValueSize = 32
static

Definition at line 3878 of file v8.h.


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