JSPropertyNameArrayRelease

Function JSPropertyNameArrayRelease 

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

Releases a JavaScript property name array.

Parameter array: The JSPropetyNameArray to release.

ยงSafety

array must be a valid pointer.