Function chakracore_sys::JsRelease [] [src]

pub unsafe extern "system" fn JsRelease(
    ref_: JsRef,
    count: *mut c_uint
) -> JsErrorCode

Releases a reference to a garbage collected object. Removes a reference to a JsRef handle that was created by JsAddRef. The object to add a reference to. The object's new reference count (can pass in null). The code JsNoError if the operation succeeded, a failure code otherwise.