[−][src]Function ul_sys::JSPropertyNameArrayGetNameAtIndex
pub unsafe extern "C" fn JSPropertyNameArrayGetNameAtIndex(
array: JSPropertyNameArrayRef,
index: usize
) -> JSStringRef
@function @abstract Gets a property name at a given index in a JavaScript property name array. @param array The array from which to retrieve the property name. @param index The index of the property name to retrieve. @result A JSStringRef containing the property name.