Function chakracore_sys::JsSetExternalData [] [src]

pub unsafe extern "system" fn JsSetExternalData(
    object: JsValueRef,
    externalData: *mut c_void
) -> JsErrorCode

Sets the external data on an external object. The external object. The external data to be stored in the object. Can be null if no external data is to be stored in the object. The code JsNoError if the operation succeeded, a failure code otherwise.