pub unsafe extern "C-unwind" fn JSStringRelease(string: JSStringRef)
Available on crate features
JSStringRef
and JSBase
only.Expand description
Releases a JavaScript string.
Parameter string
: The JSString to release.