Skip to main content

cross_origin_get

Function cross_origin_get 

Source
pub fn cross_origin_get<D>(
    cx: &mut CurrentRealm<'_>,
    proxy: Handle<'_, *mut JSObject>,
    receiver: Handle<'_, Value>,
    id: Handle<'_, PropertyKey>,
    vp: MutableHandle<'_, Value>,
) -> bool
where 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.