script::dom::bindings::utils

Function has_property_on_prototype

Source
pub(crate) unsafe fn has_property_on_prototype(
    cx: *mut JSContext,
    proxy: Handle<'_, *mut JSObject>,
    id: Handle<'_, PropertyKey>,
    found: &mut bool,
) -> bool
Expand description

Returns whether proxy has a property id on its prototype.

§Safety

cx must point to a valid, non-null JSContext.