mozjs::rust::wrappers

Function JS_GetOwnPropertyDescriptorById

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