Function mozjs::rust::jsapi_wrapped::JS_NewUint32ArrayWithBuffer

source ยท
pub unsafe fn JS_NewUint32ArrayWithBuffer(
    cx: *mut JSContext,
    arrayBuffer: HandleObject<'_>,
    byteOffset: usize,
    length: i64,
) -> *mut JSObject