Function JSPropertyNameArrayGetCount

Source
pub unsafe extern "C-unwind" fn JSPropertyNameArrayGetCount(
    array: JSPropertyNameArrayRef,
) -> usize
Available on crate features JSObjectRef and JSBase only.
Expand description

Gets a count of the number of items in a JavaScript property name array.

Parameter array: The array from which to retrieve the count.

Returns: An integer count of the number of names in array.