[][src]Function ul_sys::JSValueIsArray

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

@function @abstract Tests whether a JavaScript value is an array. @param ctx The execution context to use. @param value The JSValue to test. @result true if value is an array, otherwise false.