[][src]Function ul_sys::JSObjectGetTypedArrayByteOffset

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

@function @abstract Returns the byte offset of a JavaScript Typed Array object. @param ctx The execution context to use. @param object The Typed Array object whose byte offset to return. @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception. @result The byte offset of the Typed Array object or 0 if the object is not a Typed Array object.