[][src]Function ul_sys::JSPropertyNameArrayGetCount

pub unsafe extern "C" fn JSPropertyNameArrayGetCount(
    array: JSPropertyNameArrayRef
) -> size_t

@function @abstract Gets a count of the number of items in a JavaScript property name array. @param array The array from which to retrieve the count. @result An integer count of the number of names in array.