JSPropertyNameArrayGetCount(_:)
Gets a count of the number of items in a JavaScript property name array.
Declaration
func JSPropertyNameArrayGetCount(_ array: JSPropertyNameArrayRef!) -> IntParameters
- array:
The array to retrieve the count from.
Return Value
An integer count of the number of names in array.