[][src]Function ul_sys::JSObjectMakeTypedArray

pub unsafe extern "C" fn JSObjectMakeTypedArray(
    ctx: JSContextRef,
    arrayType: JSTypedArrayType,
    length: usize,
    exception: *mut JSValueRef
) -> JSObjectRef