Function script::dom::bindings::proxyhandler::cross_origin_set

source ยท
pub unsafe fn cross_origin_set(
    cx: JSContext,
    proxy: HandleObject,
    id: HandleId,
    v: HandleValue,
    receiver: HandleValue,
    result: *mut ObjectOpResult,
) -> bool
Expand description

Implementation of CrossOriginSet.

cx and proxy are expected to be different-Realm here. proxy is a proxy for a maybe-cross-origin object.