mozjs::rust::wrappers

Function SetPropertyIgnoringNamedGetter

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