pub unsafe fn has_property_on_prototype(
    cx: *mut JSContext,
    proxy: HandleObject<'_>,
    id: HandleId<'_>,
    found: &mut bool
) -> bool
Expand description

Returns whether proxy has a property id on its prototype.