Function script::dom::bindings::proxyhandler::cross_origin_get

source ยท
pub unsafe fn cross_origin_get(
    cx: JSContext,
    proxy: HandleObject,
    receiver: HandleValue,
    id: HandleId,
    vp: MutableHandleValue,
) -> 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.