v8
9.4.146 (node 16.13.0)
V8 is Google's open source JavaScript engine
|
#include <v8-fast-api-calls.h>
Public Types | |
enum class | Type : uint8_t { kVoid , kBool , kInt32 , kUint32 , kInt64 , kUint64 , kFloat32 , kFloat64 , kV8Value , kApiObject } |
enum class | SequenceType : uint8_t { kScalar , kIsSequence , kIsTypedArray , kIsArrayBuffer } |
enum class | Flags : uint8_t { kNone = 0 , kAllowSharedBit = 1 << 0 , kEnforceRangeBit = 1 << 1 , kClampBit = 1 << 2 , kIsRestrictedBit = 1 << 3 } |
Public Member Functions | |
constexpr | CTypeInfo (Type type, SequenceType sequence_type=SequenceType::kScalar, Flags flags=Flags::kNone) |
constexpr Type | GetType () const |
constexpr SequenceType | GetSequenceType () const |
constexpr Flags | GetFlags () const |
Static Public Member Functions | |
static constexpr bool | IsIntegralType (Type type) |
static constexpr bool | IsFloatingPointType (Type type) |
static constexpr bool | IsPrimitive (Type type) |
Static Public Attributes | |
static constexpr Type | kCallbackOptionsType = Type(255) |
Definition at line 236 of file v8-fast-api-calls.h.
|
strong |
Enumerator | |
---|---|
kNone | |
kAllowSharedBit | |
kEnforceRangeBit | |
kClampBit | |
kIsRestrictedBit |
Definition at line 265 of file v8-fast-api-calls.h.
|
strong |
Enumerator | |
---|---|
kScalar | |
kIsSequence | |
kIsTypedArray | |
kIsArrayBuffer |
Definition at line 257 of file v8-fast-api-calls.h.
|
strong |
Enumerator | |
---|---|
kVoid | |
kBool | |
kInt32 | |
kUint32 | |
kInt64 | |
kUint64 | |
kFloat32 | |
kFloat64 | |
kV8Value | |
kApiObject |
Definition at line 238 of file v8-fast-api-calls.h.
|
inlineexplicitconstexpr |
Definition at line 273 of file v8-fast-api-calls.h.
|
inlineconstexpr |
Definition at line 280 of file v8-fast-api-calls.h.
|
inlineconstexpr |
Definition at line 279 of file v8-fast-api-calls.h.
Referenced by CFunction::GetOverloadResolution().
|
inlineconstexpr |
Definition at line 278 of file v8-fast-api-calls.h.
Referenced by CFunctionInfo::HasOptions().
|
inlinestaticconstexpr |
Definition at line 287 of file v8-fast-api-calls.h.
References CTypeInfo::kFloat32, and CTypeInfo::kFloat64.
Referenced by CTypeInfoBuilder< T, Flags >::Build(), and CTypeInfo::IsPrimitive().
|
inlinestaticconstexpr |
Definition at line 282 of file v8-fast-api-calls.h.
References CTypeInfo::kInt32, CTypeInfo::kInt64, CTypeInfo::kUint32, and CTypeInfo::kUint64.
Referenced by CTypeInfoBuilder< T, Flags >::Build(), and CTypeInfo::IsPrimitive().
|
inlinestaticconstexpr |
Definition at line 291 of file v8-fast-api-calls.h.
References CTypeInfo::IsFloatingPointType(), CTypeInfo::IsIntegralType(), and CTypeInfo::kBool.
Referenced by CTypeInfoBuilder< T, Flags >::Build().
Definition at line 255 of file v8-fast-api-calls.h.
Referenced by CFunctionInfo::HasOptions(), and TypeInfoHelper< FastApiCallbackOptions & >::Type().