pub unsafe extern "C-unwind" fn JSGlobalContextRelease(
ctx: JSGlobalContextRef,
)Available on crate features
JSBase and JSContextRef only.Expand description
Releases a global JavaScript execution context.
Parameter ctx: The JSGlobalContext to release.
ยงSafety
ctx must be a valid pointer.