Function chakracore_sys::JsGetTypedArrayInfo [] [src]

pub unsafe extern "system" fn JsGetTypedArrayInfo(
    typedArray: JsValueRef,
    arrayType: *mut JsTypedArrayType,
    arrayBuffer: *mut JsValueRef,
    byteOffset: *mut c_uint,
    byteLength: *mut c_uint
) -> JsErrorCode

Obtains frequently used properties of a typed array. The typed array instance. The type of the array. The ArrayBuffer backstore of the array. The offset in bytes from the start of arrayBuffer referenced by the array. The number of bytes in the array. The code JsNoError if the operation succeeded, a failure code otherwise.