JSTypedArrayType enum
enum JSTypedArrayType A constant identifying the Typed Array type of a JSObjectRef. // iOS 10.0
Values
- kJSTypedArrayTypeInt8Array → const JSTypedArrayType
-
Int8Array
- kJSTypedArrayTypeInt16Array → const JSTypedArrayType
-
Int16Array
- kJSTypedArrayTypeInt32Array → const JSTypedArrayType
-
Int32Array
- kJSTypedArrayTypeUint8Array → const JSTypedArrayType
-
Uint8Array
- kJSTypedArrayTypeUint8ClampedArray → const JSTypedArrayType
-
Uint8ClampedArray
- kJSTypedArrayTypeUint16Array → const JSTypedArrayType
-
Uint16Array
- kJSTypedArrayTypeUint32Array → const JSTypedArrayType
-
Uint32Array
- kJSTypedArrayTypeFloat32Array → const JSTypedArrayType
-
Float32Array
- kJSTypedArrayTypeFloat64Array → const JSTypedArrayType
-
Float64Array
- kJSTypedArrayTypeArrayBuffer → const JSTypedArrayType
-
ArrayBuffer
- kJSTypedArrayTypeNone → const JSTypedArrayType
-
Not a Typed Array
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
JSTypedArrayType> - A constant List of the values in this enum, in order of their declaration.