Skip to main content

IsImmutableArrayBufferMaybeShared

Function IsImmutableArrayBufferMaybeShared 

Source
pub unsafe extern "C" fn IsImmutableArrayBufferMaybeShared(
    obj: *mut JSObject,
) -> bool
Expand description

Returns whether the passed array buffer is immutable.

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