pub unsafe extern "C" fn JSPropertyNameArrayRetain(
    array: JSPropertyNameArrayRef
) -> JSPropertyNameArrayRef
Expand description

Retains a JavaScript property name array.

  • array: The JSPropertyNameArray to retain.

Returns a JSPropertyNameArray that is the same as array.