Function javascriptcore_sys::JSPropertyNameArrayGetNameAtIndex
[−]
[src]
pub unsafe extern "C" fn JSPropertyNameArrayGetNameAtIndex(
array: JSPropertyNameArrayRef,
index: usize
) -> JSStringRef
Gets a property name at a given index in a JavaScript property name array.
array: The array from which to retrieve the property name.index: The index of the property name to retrieve.
Returns a JSStringRef containing the property name.
See also: