pub unsafe extern "C" fn IsDetachedArrayBufferObject(
obj: *mut JSObject,
) -> bool
Expand description
Check whether the obj is a detached ArrayBufferObject. Note that this may return false if a security wrapper is encountered that denies the unwrapping.