#include <v8-internal.h>
|
static constexpr int | SmiToInt (Address value) |
|
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_signed_v< T > > * = nullptr> |
static constexpr bool | IsValidSmi (T value) |
|
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_unsigned_v< T > > * = nullptr> |
static constexpr bool | IsValidSmi (T value) |
|
static constexpr bool | IsValidSmi (int64_t value) |
|
static constexpr bool | IsValidSmi (uint64_t value) |
|
◆ anonymous enum
Enumerator |
---|
kSmiShiftSize | |
kSmiValueSize | |
◆ IsValidSmi() [1/4]
◆ IsValidSmi() [2/4]
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_signed_v< T > > * = nullptr>
◆ IsValidSmi() [3/4]
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_unsigned_v< T > > * = nullptr>
◆ IsValidSmi() [4/4]
◆ SmiToInt()
◆ kSmiMaxValue
◆ kSmiMinValue
Initial value:=
constexpr uintptr_t kUintptrAllBitsSet
Definition: v8-internal.h:91
@ kSmiValueSize
Definition: v8-internal.h:97
The documentation for this struct was generated from the following file: