Function JSPropertyNameArrayRetain

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

Retains a JavaScript property name array.

Parameter array: The JSPropertyNameArray to retain.

Returns: A JSPropertyNameArray that is the same as array.