Function ul_sys::JSPropertyNameArrayGetNameAtIndex[][src]

pub unsafe extern "C" fn JSPropertyNameArrayGetNameAtIndex(
    array: JSPropertyNameArrayRef,
    index: size_t
) -> JSStringRef
Expand description

@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.