pub unsafe fn cross_origin_set(
    cx: SafeJSContext,
    proxy: RawHandleObject,
    id: RawHandleId,
    v: RawHandleValue,
    receiver: RawHandleValue,
    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.