Function js::glue::InvokeGetOwnPropertyDescriptor [] [src]

pub unsafe extern "C" fn InvokeGetOwnPropertyDescriptor(
    handler: *const c_void,
    cx: *mut JSContext,
    proxy: HandleObject,
    id: HandleId,
    desc: MutableHandle<PropertyDescriptor>
) -> bool