v8
3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Static Public Member Functions | |
static V8_INLINE int | SmiToInt (const internal::Object *value) |
static V8_INLINE internal::Object * | IntToSmi (int value) |
static V8_INLINE bool | IsValidSmi (intptr_t value) |
Static Public Attributes | |
static const int | kSmiShiftSize = 0 |
static const int | kSmiValueSize = 31 |
|
inlinestatic |
Definition at line 5534 of file v8.h.
References v8::internal::IntToSmi(), and SmiTagging< 4 >::kSmiShiftSize.
|
inlinestatic |
|
inlinestatic |
Definition at line 5529 of file v8.h.
References SmiTagging< 4 >::kSmiShiftSize, and v8::internal::kSmiTagSize.
|
static |
Definition at line 5527 of file v8.h.
Referenced by SmiTagging< 4 >::IntToSmi(), and SmiTagging< 4 >::SmiToInt().