Function script::dom::bindings::import::module::jsapi::JS_GetOwnPropertyDescriptorById

source ยท
pub unsafe extern "C" fn JS_GetOwnPropertyDescriptorById(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    id: Handle<PropertyKey>,
    desc: MutableHandle<PropertyDescriptor>,
    isNone: *mut bool,
) -> bool