Function chakracore_sys::JsTTDNotifyLongLivedReferenceAdd [] [src]

pub unsafe extern "system" fn JsTTDNotifyLongLivedReferenceAdd(
    value: JsValueRef
) -> JsErrorCode

TTD API -- may change in future versions: Notify the TTD runtime that we are doing a weak add on a reference (we may use this in external API calls and the release will happen in a GC callback). The value we are adding the ref to. The code JsNoError if the operation succeeded, a failure code otherwise.