SetPropertyIgnoringNamedGetter

Function SetPropertyIgnoringNamedGetter 

Source
pub unsafe fn SetPropertyIgnoringNamedGetter(
    cx: &mut JSContext,
    obj: HandleObject<'_>,
    id: HandleId<'_>,
    v: HandleValue<'_>,
    receiver: HandleValue<'_>,
    ownDesc: Option<Handle<'_, PropertyDescriptor>>,
    result: *mut ObjectOpResult,
) -> bool