pub fn cross_origin_get<D>(
cx: &mut CurrentRealm<'_>,
proxy: Handle<'_, *mut JSObject>,
receiver: Handle<'_, Value>,
id: Handle<'_, PropertyKey>,
vp: MutableHandle<'_, Value>,
) -> boolwhere
D: DomTypes,Expand description
Implementation of CrossOriginGet.
cx and proxy are expected to be different-Realm here. proxy is a proxy
for a maybe-cross-origin object.