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.