pub unsafe extern "C-unwind" fn JSPropertyNameArrayRetain(
array: JSPropertyNameArrayRef,
) -> JSPropertyNameArrayRef
Available on crate features
JSBase
and JSObjectRef
only.Expand description
Retains a JavaScript property name array.
Parameter array
: The JSPropertyNameArray to retain.
Returns: A JSPropertyNameArray that is the same as array.
ยงSafety
array
must be a valid pointer.