Function mozjs_sys::jsapi::glue::JS_GetOwnUCPropertyDescriptor

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