Function mozjs_sys::jsapi::glue::JS_GetPropertyDescriptor

source ยท
pub unsafe extern "C" fn JS_GetPropertyDescriptor(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const c_char,
    desc: MutableHandle<PropertyDescriptor>,
    holder: MutableHandle<*mut JSObject>,
    isNone: *mut bool,
) -> bool