Function js::jsapi::JS_IsDetachedArrayBufferObject [] [src]

pub unsafe extern "C" fn JS_IsDetachedArrayBufferObject(
    obj: *mut JSObject
) -> bool

Check whether the obj is a detached ArrayBufferObject. Note that this may return false if a security wrapper is encountered that denies the unwrapping.