JSPropertyNameArrayGetNameAtIndex(_:_:)
Gets a property name at a specified index in a JavaScript property name array.
Declaration
func JSPropertyNameArrayGetNameAtIndex(_ array: JSPropertyNameArrayRef!, _ index: Int) -> JSStringRef!Parameters
- array:
The array to retrieve the property name from.
- index:
The index of the property name to retrieve.
Return Value
A JSStringRef that contains the property name.