webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
List of all members
JSC::Int8Adaptor Struct Reference

#include <TypedArrayAdaptors.h>

Inheritance diagram for JSC::Int8Adaptor:
JSC::IntegralTypedArrayAdaptor< int8_t, Int8Array, JSInt8Array, TypeInt8 > JSC::IntegralTypedArrayAdaptor< int8_t, Int8Array, JSInt8Array, TypeInt8 >

Additional Inherited Members

- Public Types inherited from JSC::IntegralTypedArrayAdaptor< int8_t, Int8Array, JSInt8Array, TypeInt8 >
typedef int8_t Type
 
typedef int8_t Type
 
typedef Int8Array ViewType
 
typedef Int8Array ViewType
 
typedef JSInt8Array JSViewType
 
typedef JSInt8Array JSViewType
 
- Static Public Member Functions inherited from JSC::IntegralTypedArrayAdaptor< int8_t, Int8Array, JSInt8Array, TypeInt8 >
static JSValue toJSValue (Type value)
 
static JSValue toJSValue (Type value)
 
static double toDouble (Type value)
 
static double toDouble (Type value)
 
static Type toNativeFromInt32 (int32_t value)
 
static Type toNativeFromInt32 (int32_t value)
 
static Type toNativeFromUint32 (uint32_t value)
 
static Type toNativeFromUint32 (uint32_t value)
 
static Type toNativeFromDouble (double value)
 
static Type toNativeFromDouble (double value)
 
static OtherAdaptor::Type convertTo (Type value)
 
static OtherAdaptor::Type convertTo (Type value)
 
static std::optional< TypetoNativeFromInt32WithoutCoercion (int32_t value)
 
static std::optional< TypetoNativeFromInt32WithoutCoercion (int32_t value)
 
static std::optional< TypetoNativeFromUint32WithoutCoercion (uint32_t value)
 
static std::optional< TypetoNativeFromUint32WithoutCoercion (uint32_t value)
 
static std::optional< TypetoNativeFromDoubleWithoutCoercion (double value)
 
static std::optional< TypetoNativeFromDoubleWithoutCoercion (double value)
 
- Static Public Attributes inherited from JSC::IntegralTypedArrayAdaptor< int8_t, Int8Array, JSInt8Array, TypeInt8 >
static const TypedArrayType typeValue
 
static constexpr const int8_t minValue
 
static constexpr const int8_t maxValue
 

The documentation for this struct was generated from the following file: