Function script::window_named_properties::get_own_property_descriptor
source ยท unsafe extern "C" fn get_own_property_descriptor(
cx: *mut JSContext,
proxy: HandleObject,
id: HandleId,
desc: MutableHandle<PropertyDescriptor>,
is_none: *mut bool,
) -> bool