Skip to main content

JS_GetPropertyDescriptorById

Function JS_GetPropertyDescriptorById 

Source
pub(crate) unsafe fn JS_GetPropertyDescriptorById(
    cx: &mut JSContext,
    obj: Handle<'_, *mut JSObject>,
    id: Handle<'_, PropertyKey>,
    desc: MutableHandle<'_, PropertyDescriptor>,
    holder: MutableHandle<'_, *mut JSObject>,
    isNone: *mut bool,
) -> bool