Function mozjs::jsapi::IsMappedArrayBufferObject

source ยท
pub unsafe extern "C" fn IsMappedArrayBufferObject(
    obj: *mut JSObject,
) -> bool
Expand description

Check whether the obj is ArrayBufferObject and memory mapped. Note that this may return false if a security wrapper is encountered that denies the unwrapping.