Function mozjs_sys::jsapi::JS::IsResizableArrayBufferMaybeShared

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

Returns whether the passed array buffer is resizable or growable for shared array buffers.

|obj| must pass a JS::IsArrayBufferObjectMaybeShared test.