Function javascriptcore_sys::JSObjectGetTypedArrayByteLength [] [src]

pub unsafe extern "C" fn JSObjectGetTypedArrayByteLength(
    ctx: JSContextRef,
    object: JSObjectRef,
    exception: *mut JSValueRef
) -> usize

Returns the byte length of a JavaScript Typed Array object.

Returns the byte length of the Typed Array object or 0 if the object is not a Typed Array object.