pub unsafe fn cross_origin_get_own_property_helper(
    cx: SafeJSContext,
    proxy: RawHandleObject,
    cross_origin_properties: &'static CrossOriginProperties,
    id: RawHandleId,
    desc: RawMutableHandle<PropertyDescriptor>,
    is_none: &mut bool
) -> bool
Expand description

Implementation of CrossOriginGetOwnPropertyHelper.

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