pub unsafe fn has_property_on_prototype( cx: *mut JSContext, proxy: HandleObject<'_>, id: HandleId<'_>, found: &mut bool, ) -> bool
Returns whether proxy has a property id on its prototype.
proxy
id