pub unsafe fn Wrap(
    cx: SafeJSContext,
    scope: &GlobalScope,
    given_proto: Option<HandleObject<'_>>,
    object: Box<PerformanceObserverEntryList>
) -> Root<Dom<PerformanceObserverEntryList>>