Function chakracore_sys::JsGetContextData [] [src]

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

Gets the internal data set on JsrtContext. The context to get the data from. The pointer to the data where data will be returned. The code JsNoError if the operation succeeded, a failure code otherwise.