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

#include <TypedArrayAdaptors.h>

Inheritance diagram for JSC::Uint32Adaptor:
JSC::IntegralTypedArrayAdaptor< uint32_t, Uint32Array, JSUint32Array, TypeUint32 > JSC::IntegralTypedArrayAdaptor< uint32_t, Uint32Array, JSUint32Array, TypeUint32 >

Additional Inherited Members

- Public Types inherited from JSC::IntegralTypedArrayAdaptor< uint32_t, Uint32Array, JSUint32Array, TypeUint32 >
typedef uint32_t Type
 
typedef uint32_t Type
 
typedef Uint32Array ViewType
 
typedef Uint32Array ViewType
 
typedef JSUint32Array JSViewType
 
typedef JSUint32Array JSViewType
 
- Static Public Member Functions inherited from JSC::IntegralTypedArrayAdaptor< uint32_t, Uint32Array, JSUint32Array, TypeUint32 >
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< uint32_t, Uint32Array, JSUint32Array, TypeUint32 >
static const TypedArrayType typeValue
 
static constexpr const uint32_t minValue
 
static constexpr const uint32_t maxValue
 

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