Function JSPropertyNameArrayRelease

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

Releases a JavaScript property name array.

Parameter array: The JSPropetyNameArray to release.