#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) |
| |
◆ anonymous enum
| Enumerator |
|---|
| kSmiShiftSize | |
| kSmiValueSize | |
◆ IsValidSmi() [1/2]
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_signed_v< T > > * = nullptr>
◆ IsValidSmi() [2/2]
template<class T , typename std::enable_if_t< std::is_integral_v< T > &&std::is_unsigned_v< T > > * = nullptr>
◆ SmiToInt()
◆ kSmiMaxValue
◆ kSmiMinValue
Initial value:=
constexpr uintptr_t kUintptrAllBitsSet
Definition: v8-internal.h:80
@ kSmiValueSize
Definition: v8-internal.h:136
The documentation for this struct was generated from the following file: