Function mozjs::rust::jsapi_wrapped::JS_GetPropertyDescriptor

source ยท
pub unsafe fn JS_GetPropertyDescriptor(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const c_char,
    desc: &mut MutableHandle<'_, PropertyDescriptor>,
    holder: &mut MutableHandleObject<'_>,
    isNone: *mut bool,
) -> bool