Function jscjs_sys::api::JSValueUnprotect[][src]

pub unsafe extern "C" fn JSValueUnprotect(ctx: JSContextRef, value: JSValueRef)
Expand description

@function @abstract Unprotects a JavaScript value from garbage collection. @param ctx The execution context to use. @param value The JSValue to unprotect. @discussion A value may be protected multiple times and must be unprotected an equal number of times before becoming eligible for garbage collection.