Function chakracore_sys::JsGetWeakReferenceValue [] [src]

pub unsafe extern "system" fn JsGetWeakReferenceValue(
    weakRef: JsWeakRef,
    value: *mut JsValueRef
) -> JsErrorCode

Gets a strong reference to the value referred to by a weak reference. A weak reference. Reference to the value, or JS_INVALID_REFERENCE if the value is no longer available. The code JsNoError if the operation succeeded, a failure code otherwise.