[][src]Function ul_sys::JSObjectGetTypedArrayBuffer

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

@function @abstract Returns the JavaScript Array Buffer object that is used as the backing of a JavaScript Typed Array object. @param ctx The execution context to use. @param object The JSObjectRef whose Typed Array type data pointer to obtain. @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 A JSObjectRef with a JSTypedArrayType of kJSTypedArrayTypeArrayBuffer or NULL if object is not a Typed Array.