Function JSPropertyNameArrayGetNameAtIndex

Source
pub unsafe extern "C-unwind" fn JSPropertyNameArrayGetNameAtIndex(
    array: JSPropertyNameArrayRef,
    index: usize,
) -> JSStringRef
Available on crate features JSObjectRef and JSBase only.
Expand description

Gets a property name at a given index in a JavaScript property name array.

Parameter array: The array from which to retrieve the property name.

Parameter index: The index of the property name to retrieve.

Returns: A JSStringRef containing the property name.