pub(crate) unsafe fn is_dom_proxy(obj: *mut JSObject) -> bool
Returns whether obj is a DOM object implemented as a proxy.
obj
obj must point to a valid, non-null JS object.