#include <v8-internal.h>
|
| static V8_INLINE 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 V8_INLINE 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 V8_INLINE constexpr bool | IsValidSmi (T value) |
| |
Definition at line 149 of file v8-internal.h.
◆ anonymous enum
| Enumerator |
|---|
| kSmiShiftSize | |
| kSmiValueSize | |
Definition at line 150 of file v8-internal.h.
◆ IsValidSmi() [1/2]
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_signed_v< T > > * = nullptr>
| static V8_INLINE constexpr bool IsValidSmi |
( |
T |
value | ) |
|
|
inlinestaticconstexpr |
◆ IsValidSmi() [2/2]
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_unsigned_v< T > > * = nullptr>
| static V8_INLINE constexpr bool IsValidSmi |
( |
T |
value | ) |
|
|
inlinestaticconstexpr |
◆ SmiToInt()
◆ kSmiMaxValue
◆ kSmiMinValue
| constexpr intptr_t kSmiMinValue |
|
staticconstexpr |
Initial value:=
constexpr uintptr_t kUintptrAllBitsSet
Definition at line 152 of file v8-internal.h.
The documentation for this struct was generated from the following file: