Function javascriptcore_sys::JSValueIsArray [] [src]

pub unsafe extern "C" fn JSValueIsArray(
    ctx: JSContextRef,
    value: JSValueRef
) -> bool

Tests whether a JavaScript value is an array.

Returns true if value is an array, otherwise false.