Function chakracore_sys::JsTTDRawBufferModifySyncIndirect [] [src]

pub unsafe extern "system" fn JsTTDRawBufferModifySyncIndirect(
    buffer: JsValueRef,
    index: usize,
    count: usize
) -> JsErrorCode

TTD API -- may change in future versions: Notify the event log that the contents of a naked byte* buffer passed to the host have been modified synchronously. The buffer that was modified. The first index modified. The number of bytes written. The code JsNoError if the operation succeeded, a failure code otherwise.