Function javascriptcore_sys::JSObjectGetTypedArrayLength [] [src]

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

Returns the length of a JavaScript Typed Array object.

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