#include <v8-fast-api-calls.h>
|  | 
| enum class | Type : uint8_t { kVoid
, kBool
, kUint8
, kInt32
,
 kUint32
, kInt64
, kUint64
, kFloat32
,
 kFloat64
, kPointer
, kV8Value
, kSeqOneByteString
,
 kApiObject
, kAny
 }
 | 
|  | 
| enum class | Flags : uint8_t { kNone = 0
, kAllowSharedBit = 1 << 0
, kEnforceRangeBit = 1 << 1
, kClampBit = 1 << 2
,
 kIsRestrictedBit = 1 << 3
 }
 | 
|  | 
| typedef uint32_t | Identifier | 
|  | 
Definition at line 239 of file v8-fast-api-calls.h.
 
◆ Identifier
◆ Flags
| Enumerator | 
|---|
| kNone |  | 
| kAllowSharedBit |  | 
| kEnforceRangeBit |  | 
| kClampBit |  | 
| kIsRestrictedBit |  | 
Definition at line 280 of file v8-fast-api-calls.h.
 
 
◆ Type
| Enumerator | 
|---|
| kVoid |  | 
| kBool |  | 
| kUint8 |  | 
| kInt32 |  | 
| kUint32 |  | 
| kInt64 |  | 
| kUint64 |  | 
| kFloat32 |  | 
| kFloat64 |  | 
| kPointer |  | 
| kV8Value |  | 
| kSeqOneByteString |  | 
| kApiObject |  | 
| kAny |  | 
Definition at line 241 of file v8-fast-api-calls.h.
 
 
◆ CTypeInfo() [1/3]
◆ CTypeInfo() [2/3]
◆ CTypeInfo() [3/3]
◆ GetFlags()
  
  | 
        
          | Flags v8::CTypeInfo::GetFlags | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ GetId()
◆ GetSequenceType()
  
  | 
        
          | SequenceType v8::CTypeInfo::GetSequenceType | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ GetType()
  
  | 
        
          | Type v8::CTypeInfo::GetType | ( |  | ) | const |  | inlineconstexpr | 
 
 
◆ IsFloatingPointType()
  
  | 
        
          | static constexpr bool v8::CTypeInfo::IsFloatingPointType | ( | Type | type | ) |  |  | inlinestaticconstexpr | 
 
 
◆ IsIntegralType()
  
  | 
        
          | static constexpr bool v8::CTypeInfo::IsIntegralType | ( | Type | type | ) |  |  | inlinestaticconstexpr | 
 
 
◆ IsPrimitive()
  
  | 
        
          | static constexpr bool v8::CTypeInfo::IsPrimitive | ( | Type | type | ) |  |  | inlinestaticconstexpr | 
 
 
◆ flags_
  
  | 
        
          | Flags v8::CTypeInfo::flags_ |  | private | 
 
 
◆ kCallbackOptionsType
  
  | 
        
          | Type v8::CTypeInfo::kCallbackOptionsType = Type(255) |  | staticconstexpr | 
 
 
◆ sequence_type_
  
  | 
        
          | SequenceType v8::CTypeInfo::sequence_type_ |  | private | 
 
 
◆ type_
  
  | 
        
          | Type v8::CTypeInfo::type_ |  | private | 
 
 
The documentation for this class was generated from the following file: