Function mozjs::rust::wrappers::JS_GetOwnPropertyDescriptorById

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