Method

WPEJavaScriptCoreValueis_array

Declaration [src]

gboolean
jsc_value_is_array (
  JSCValue* value
)

Description [src]

Get whether the value referenced by value is an array.

Return value

Returns: gboolean
 

Whether the value is an array.