pub(crate) fn cross_origin_property_fallback<D: DomTypes>(
cx: JSContext,
_proxy: HandleObject,
id: HandleId,
desc: MutableHandle<PropertyDescriptor>,
is_none: &mut bool,
) -> boolExpand description
Implementation of CrossOriginPropertyFallback.
cx and proxy are expected to be different-Realm here. proxy is a proxy
for a maybe-cross-origin object.