Function JSPropertyNameArrayGetNameAtIndex

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

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