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< 4 > Struct Template Reference

#include <v8.h>

Static Public Member Functions

static int SmiToInt (internal::Object *value)
 

Static Public Attributes

static const int kSmiShiftSize = 0
 
static const int kSmiValueSize = 31
 
static const uintptr_t kEncodablePointerMask = 0x1
 
static const int kPointerToSmiShift = 0
 

Detailed Description

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

Definition at line 3860 of file v8.h.

Member Function Documentation

static int SmiToInt ( internal::Object value)
inlinestatic

Definition at line 3863 of file v8.h.

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

Field Documentation

const uintptr_t kEncodablePointerMask = 0x1
static

Definition at line 3871 of file v8.h.

const int kPointerToSmiShift = 0
static

Definition at line 3872 of file v8.h.

const int kSmiShiftSize = 0
static

Definition at line 3861 of file v8.h.

const int kSmiValueSize = 31
static

Definition at line 3862 of file v8.h.


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