Function mozjs::rust::jsapi_wrapped::JS_GetOwnPropertyDescriptor

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