pub unsafe extern "C" fn IsImmutableArrayBufferMaybeShared( obj: *mut JSObject, ) -> bool
Returns whether the passed array buffer is immutable.
|obj| must pass a JS::IsArrayBufferObjectMaybeShared test.