Documentation
Dlang.org
Value.isTypedArray
javascriptcore
value
Value
Determines whether a value is a typed array.
class
Value
bool
isTypedArray
(
)
Return Value
Type:
bool
Whether value is a typed array.
javascriptcore
value
Value
constructors
this
functions
arrayBufferGetSize
constructorCall
functionCall
getContext
isArray
isArrayBuffer
isBoolean
isConstructor
isFunction
isNull
isNumber
isObject
isString
isTypedArray
isUndefined
newTypedArrayWithBuffer
objectDefinePropertyData
objectDeleteProperty
objectEnumerateProperties
objectGetProperty
objectGetPropertyAtIndex
objectHasProperty
objectInvokeMethod
objectIsInstanceOf
objectSetProperty
objectSetPropertyAtIndex
self
toBoolean
toDouble
toInt32
toJson
toStringAsBytes
toString_
typedArrayGetBuffer
typedArrayGetData
typedArrayGetLength
typedArrayGetOffset
typedArrayGetSize
typedArrayGetType
properties
gType
static functions
getGType
newArrayBuffer
newArrayFromGarray
newArrayFromStrv
newBoolean
newFromJson
newNull
newNumber
newObject
newPromise
newString
newStringFromBytes
newTypedArray
newUndefined
Determines whether a value is a typed array.