pub unsafe extern "C" fn IsResizableArrayBufferMaybeShared(
obj: *mut JSObject,
) -> boolExpand description
Returns whether the passed array buffer is resizable or growable for shared array buffers.
|obj| must pass a JS::IsArrayBufferObjectMaybeShared test.