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