Function mozjs::rust::jsapi_wrapped::JS_GetOwnPropertyDescriptorById
source ยท pub unsafe fn JS_GetOwnPropertyDescriptorById(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: HandleId<'_>,
desc: &mut MutableHandle<'_, PropertyDescriptor>,
isNone: *mut bool,
) -> bool