Function chakracore_sys::JsSetContextData [] [src]

pub unsafe extern "system" fn JsSetContextData(
    context: JsContextRef,
    data: *mut c_void
) -> JsErrorCode

Sets the internal data of JsrtContext. The context to set the data to. The pointer to the data to be set. The code JsNoError if the operation succeeded, a failure code otherwise.