pub unsafe extern "C" fn JSPropertyNameArrayRetain(
array: JSPropertyNameArrayRef,
) -> JSPropertyNameArrayRef
Expand description
Retains a JavaScript property name array.
array
: TheJSPropertyNameArrayRef
to retain.
Returns a JSPropertyNameArrayRef
that is the same as array.