|
| enum | { kSmiShiftSize = 0,
kSmiValueSize = 31
} |
| |
|
|
static int | SmiShiftSize () |
| |
|
static int | SmiValueSize () |
| |
|
static V8_INLINE int | SmiToInt (const internal::Object *value) |
| |
|
static V8_INLINE internal::Object * | IntToSmi (int value) |
| |
|
static V8_INLINE constexpr bool | IsValidSmi (intptr_t value) |
| |
The documentation for this struct was generated from the following file: