Function mozjs_sys::jsapi::glue::JS_GetUCPropertyDescriptor

source ยท
pub unsafe extern "C" fn JS_GetUCPropertyDescriptor(
    cx: *mut JSContext,
    obj: HandleObject,
    name: *const u16,
    namelen: usize,
    desc: MutableHandle<PropertyDescriptor>,
    holder: MutableHandleObject,
    isNone: *mut bool,
) -> bool