pub unsafe extern "C-unwind" fn JSPropertyNameArrayGetNameAtIndex(
array: JSPropertyNameArrayRef,
index: usize,
) -> JSStringRefAvailable on crate features
JSBase and JSObjectRef 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.
ยงSafety
array must be a valid pointer.