pub unsafe fn cross_origin_get(
    cx: SafeJSContext,
    proxy: RawHandleObject,
    receiver: RawHandleValue,
    id: RawHandleId,
    vp: RawMutableHandleValue
) -> bool
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.