Method

WPEJavaScriptCoreValuetyped_array_get_length

Declaration [src]

gsize
jsc_value_typed_array_get_length (
  JSCValue* value
)

Description [src]

Gets the number of elements in a typed array.

Available since:2.38

Return value

Returns: gsize
 

Number of elements.