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

#include <TypedArrayAdaptors.h>

Inheritance diagram for JSC::Int16Adaptor:
JSC::IntegralTypedArrayAdaptor< int16_t, Int16Array, JSInt16Array, TypeInt16 > JSC::IntegralTypedArrayAdaptor< int16_t, Int16Array, JSInt16Array, TypeInt16 >

Additional Inherited Members

- Public Types inherited from JSC::IntegralTypedArrayAdaptor< int16_t, Int16Array, JSInt16Array, TypeInt16 >
typedef int16_t Type
 
typedef int16_t Type
 
typedef Int16Array ViewType
 
typedef Int16Array ViewType
 
typedef JSInt16Array JSViewType
 
typedef JSInt16Array JSViewType
 
- Static Public Member Functions inherited from JSC::IntegralTypedArrayAdaptor< int16_t, Int16Array, JSInt16Array, TypeInt16 >
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< int16_t, Int16Array, JSInt16Array, TypeInt16 >
static const TypedArrayType typeValue
 
static constexpr const int16_t minValue
 
static constexpr const int16_t maxValue
 

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