Function mozjs::rust::wrappers::SetPropertyIgnoringNamedGetter
source ยท pub unsafe fn SetPropertyIgnoringNamedGetter(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: HandleId<'_>,
v: HandleValue<'_>,
receiver: HandleValue<'_>,
ownDesc: Handle<'_, PropertyDescriptor>,
result: *mut ObjectOpResult,
) -> bool