Coverage Report

Created: 2018-09-25 14:53

/work/obj-fuzz/dist/include/nsCycleCollectionNoteChild.h
Line
Count
Source (jump to first uncovered line)
1
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
3
/* This Source Code Form is subject to the terms of the Mozilla Public
4
 * License, v. 2.0. If a copy of the MPL was not distributed with this
5
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
6
7
// This header will be included by headers that define refpointer and array classes
8
// in order to specialize CC helpers such as ImplCycleCollectionTraverse for them.
9
10
#ifndef nsCycleCollectionNoteChild_h__
11
#define nsCycleCollectionNoteChild_h__
12
13
#include "nsCycleCollectionTraversalCallback.h"
14
#include "mozilla/Likely.h"
15
#include "mozilla/TypeTraits.h"
16
17
enum
18
{
19
  CycleCollectionEdgeNameArrayFlag = 1
20
};
21
22
// Just a helper for appending "[i]". Didn't want to pull in string headers here.
23
void
24
CycleCollectionNoteEdgeNameImpl(nsCycleCollectionTraversalCallback& aCallback,
25
                                const char* aName,
26
                                uint32_t aFlags = 0);
27
28
// Should be inlined so that in the no-debug-info case this is just a simple if().
29
MOZ_ALWAYS_INLINE void
30
CycleCollectionNoteEdgeName(nsCycleCollectionTraversalCallback& aCallback,
31
                            const char* aName,
32
                            uint32_t aFlags = 0)
33
0
{
34
0
  if (MOZ_UNLIKELY(aCallback.WantDebugInfo())) {
35
0
    CycleCollectionNoteEdgeNameImpl(aCallback, aName, aFlags);
36
0
  }
37
0
}
38
39
#define NS_CYCLE_COLLECTION_INNERCLASS                                         \
40
        cycleCollection
41
42
#define NS_CYCLE_COLLECTION_INNERNAME                                          \
43
3
        _cycleCollectorGlobal
44
45
#define NS_CYCLE_COLLECTION_PARTICIPANT(_class)                                \
46
3
        _class::NS_CYCLE_COLLECTION_INNERCLASS::GetParticipant()
47
48
template<typename T>
49
nsISupports*
50
ToSupports(T* aPtr, typename T::NS_CYCLE_COLLECTION_INNERCLASS* aDummy = 0)
51
3
{
52
3
  return T::NS_CYCLE_COLLECTION_INNERCLASS::Upcast(aPtr);
53
3
}
Unexecuted instantiation: nsISupports* ToSupports<nsIContent>(nsIContent*, nsIContent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Element>(mozilla::dom::Element*, mozilla::dom::Element::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Storage>(mozilla::dom::Storage*, mozilla::dom::Storage::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MozIdleObserver>(mozilla::dom::MozIdleObserver*, mozilla::dom::MozIdleObserver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DataTransfer>(mozilla::dom::DataTransfer*, mozilla::dom::DataTransfer::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Promise>(mozilla::dom::Promise*, mozilla::dom::Promise::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::net::nsUDPMessage>(mozilla::net::nsUDPMessage*, mozilla::net::nsUDPMessage::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ObserverCallback>(mozilla::dom::ObserverCallback*, mozilla::dom::ObserverCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AbortSignal>(mozilla::dom::AbortSignal*, mozilla::dom::AbortSignal::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::MatchPatternSet>(mozilla::extensions::MatchPatternSet*, mozilla::extensions::MatchPatternSet::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::WebExtensionLocalizeCallback>(mozilla::dom::WebExtensionLocalizeCallback*, mozilla::dom::WebExtensionLocalizeCallback::cycleCollection*)
nsISupports* ToSupports<SandboxPrivate>(SandboxPrivate*, SandboxPrivate::cycleCollection*)
Line
Count
Source
51
3
{
52
3
  return T::NS_CYCLE_COLLECTION_INNERCLASS::Upcast(aPtr);
53
3
}
Unexecuted instantiation: nsISupports* ToSupports<AsyncScriptLoader>(AsyncScriptLoader*, AsyncScriptLoader::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PrecompiledScript>(mozilla::dom::PrecompiledScript*, mozilla::dom::PrecompiledScript::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsXPCWrappedJS>(nsXPCWrappedJS*, nsXPCWrappedJS::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GenerateAssertionCallback>(mozilla::dom::GenerateAssertionCallback*, mozilla::dom::GenerateAssertionCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ValidateAssertionCallback>(mozilla::dom::ValidateAssertionCallback*, mozilla::dom::ValidateAssertionCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ConsoleInstanceDumpCallback>(mozilla::dom::ConsoleInstanceDumpCallback*, mozilla::dom::ConsoleInstanceDumpCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MessagePort>(mozilla::dom::MessagePort*, mozilla::dom::MessagePort::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CryptoKey>(mozilla::dom::CryptoKey*, mozilla::dom::CryptoKey::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Event>(mozilla::dom::Event*, mozilla::dom::Event::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMMediaStream>(mozilla::DOMMediaStream*, mozilla::DOMMediaStream::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaStreamTrack>(mozilla::dom::MediaStreamTrack*, mozilla::dom::MediaStreamTrack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::WebrtcGlobalStatisticsCallback>(mozilla::dom::WebrtcGlobalStatisticsCallback*, mozilla::dom::WebrtcGlobalStatisticsCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::WebrtcGlobalLoggingCallback>(mozilla::dom::WebrtcGlobalLoggingCallback*, mozilla::dom::WebrtcGlobalLoggingCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCCertificate>(mozilla::dom::RTCCertificate*, mozilla::dom::RTCCertificate::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::WebExtensionPolicy>(mozilla::extensions::WebExtensionPolicy*, mozilla::extensions::WebExtensionPolicy::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsHtml5TreeOpExecutor>(nsHtml5TreeOpExecutor*, nsHtml5TreeOpExecutor::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsHtml5StreamParser>(nsHtml5StreamParser*, nsHtml5StreamParser::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsHtml5Parser>(nsHtml5Parser*, nsHtml5Parser::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Touch>(mozilla::dom::Touch*, mozilla::dom::Touch::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLCanvasElement>(mozilla::dom::HTMLCanvasElement*, mozilla::dom::HTMLCanvasElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::VRDisplay>(mozilla::dom::VRDisplay*, mozilla::dom::VRDisplay::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AnimationTimeline>(mozilla::dom::AnimationTimeline*, mozilla::dom::AnimationTimeline::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AnimationEffect>(mozilla::dom::AnimationEffect*, mozilla::dom::AnimationEffect::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Animation>(mozilla::dom::Animation*, mozilla::dom::Animation::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::KeyframeEffect>(mozilla::dom::KeyframeEffect*, mozilla::dom::KeyframeEffect::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMRect>(mozilla::dom::DOMRect*, mozilla::dom::DOMRect::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IntersectionCallback>(mozilla::dom::IntersectionCallback*, mozilla::dom::IntersectionCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMIntersectionObserverEntry>(mozilla::dom::DOMIntersectionObserverEntry*, mozilla::dom::DOMIntersectionObserverEntry::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ChildProcessMessageManager>(mozilla::dom::ChildProcessMessageManager*, mozilla::dom::ChildProcessMessageManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MessageListener>(mozilla::dom::MessageListener*, mozilla::dom::MessageListener::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MessageListenerManager>(mozilla::dom::MessageListenerManager*, mozilla::dom::MessageListenerManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ipc::WritableSharedMap>(mozilla::dom::ipc::WritableSharedMap*, mozilla::dom::ipc::WritableSharedMap::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ParentProcessMessageManager>(mozilla::dom::ParentProcessMessageManager*, mozilla::dom::ParentProcessMessageManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<IdleRequestExecutor>(IdleRequestExecutor*, IdleRequestExecutor::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Navigator>(mozilla::dom::Navigator*, mozilla::dom::Navigator::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Performance>(mozilla::dom::Performance*, mozilla::dom::Performance::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechSynthesis>(mozilla::dom::SpeechSynthesis*, mozilla::dom::SpeechSynthesis::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Location>(mozilla::dom::Location*, mozilla::dom::Location::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsHistory>(nsHistory*, nsHistory::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CustomElementRegistry>(mozilla::dom::CustomElementRegistry*, mozilla::dom::CustomElementRegistry::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDOMOfflineResourceList>(nsDOMOfflineResourceList*, nsDOMOfflineResourceList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBFactory>(mozilla::dom::IDBFactory*, mozilla::dom::IDBFactory::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Gamepad>(mozilla::dom::Gamepad*, mozilla::dom::Gamepad::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::cache::CacheStorage>(mozilla::dom::cache::CacheStorage*, mozilla::dom::cache::CacheStorage::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::BarProp>(mozilla::dom::BarProp*, mozilla::dom::BarProp::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Crypto>(mozilla::dom::Crypto*, mozilla::dom::Crypto::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::U2F>(mozilla::dom::U2F*, mozilla::dom::U2F::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Console>(mozilla::dom::Console*, mozilla::dom::Console::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Worklet>(mozilla::dom::Worklet*, mozilla::dom::Worklet::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::InstallTriggerImpl>(mozilla::dom::InstallTriggerImpl*, mozilla::dom::InstallTriggerImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IntlUtils>(mozilla::dom::IntlUtils*, mozilla::dom::IntlUtils::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ChromeMessageBroadcaster>(mozilla::dom::ChromeMessageBroadcaster*, mozilla::dom::ChromeMessageBroadcaster::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PromiseDocumentFlushedCallback>(mozilla::dom::PromiseDocumentFlushedCallback*, mozilla::dom::PromiseDocumentFlushedCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::U2FRegisterCallback>(mozilla::dom::U2FRegisterCallback*, mozilla::dom::U2FRegisterCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::U2FSignCallback>(mozilla::dom::U2FSignCallback*, mozilla::dom::U2FSignCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ContentFrameMessageManager>(mozilla::dom::ContentFrameMessageManager*, mozilla::dom::ContentFrameMessageManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsPluginElement>(nsPluginElement*, nsPluginElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDOMAttributeMap>(nsDOMAttributeMap*, nsDOMAttributeMap::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ContentProcessMessageManager>(mozilla::dom::ContentProcessMessageManager*, mozilla::dom::ContentProcessMessageManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsFrameMessageManager>(nsFrameMessageManager*, nsFrameMessageManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SubtleCrypto>(mozilla::dom::SubtleCrypto*, mozilla::dom::SubtleCrypto::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CustomElementCreationCallback>(mozilla::dom::CustomElementCreationCallback*, mozilla::dom::CustomElementCreationCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Exception>(mozilla::dom::Exception*, mozilla::dom::Exception::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMRectReadOnly>(mozilla::dom::DOMRectReadOnly*, mozilla::dom::DOMRectReadOnly::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMRequest>(mozilla::dom::DOMRequest*, mozilla::dom::DOMRequest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMException>(mozilla::dom::DOMException*, mozilla::dom::DOMException::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IdleRequestCallback>(mozilla::dom::IdleRequestCallback*, mozilla::dom::IdleRequestCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::InProcessTabChildMessageManager>(mozilla::dom::InProcessTabChildMessageManager*, mozilla::dom::InProcessTabChildMessageManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MessageBroadcaster>(mozilla::dom::MessageBroadcaster*, mozilla::dom::MessageBroadcaster::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsMimeTypeArray>(nsMimeTypeArray*, nsMimeTypeArray::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsPluginArray>(nsPluginArray*, nsPluginArray::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Permissions>(mozilla::dom::Permissions*, mozilla::dom::Permissions::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Geolocation>(mozilla::dom::Geolocation*, mozilla::dom::Geolocation::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::battery::BatteryManager>(mozilla::dom::battery::BatteryManager*, mozilla::dom::battery::BatteryManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::network::Connection>(mozilla::dom::network::Connection*, mozilla::dom::network::Connection::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::StorageManager>(mozilla::dom::StorageManager*, mozilla::dom::StorageManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CredentialsContainer>(mozilla::dom::CredentialsContainer*, mozilla::dom::CredentialsContainer::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaDevices>(mozilla::dom::MediaDevices*, mozilla::dom::MediaDevices::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ServiceWorkerContainer>(mozilla::dom::ServiceWorkerContainer*, mozilla::dom::ServiceWorkerContainer::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaCapabilities>(mozilla::dom::MediaCapabilities*, mozilla::dom::MediaCapabilities::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaKeySystemAccessManager>(mozilla::dom::MediaKeySystemAccessManager*, mozilla::dom::MediaKeySystemAccessManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Presentation>(mozilla::dom::Presentation*, mozilla::dom::Presentation::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GamepadServiceTest>(mozilla::dom::GamepadServiceTest*, mozilla::dom::GamepadServiceTest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::VRServiceTest>(mozilla::dom::VRServiceTest*, mozilla::dom::VRServiceTest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::NodeFilter>(mozilla::dom::NodeFilter*, mozilla::dom::NodeFilter::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PlacesEventCallback>(mozilla::dom::PlacesEventCallback*, mozilla::dom::PlacesEventCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsScreen>(nsScreen*, nsScreen::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsRange>(nsRange*, nsRange::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::StyleSheet>(mozilla::StyleSheet*, mozilla::StyleSheet::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::StyleSheetList>(mozilla::dom::StyleSheetList*, mozilla::dom::StyleSheetList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ScriptLoader>(mozilla::dom::ScriptLoader*, mozilla::dom::ScriptLoader::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDOMDataChannel>(nsDOMDataChannel*, nsDOMDataChannel::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsSimpleContentList>(nsSimpleContentList*, nsSimpleContentList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDOMMutationRecord>(nsDOMMutationRecord*, nsDOMMutationRecord::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MutationCallback>(mozilla::dom::MutationCallback*, mozilla::dom::MutationCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDocument>(nsDocument*, nsDocument::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FontFaceSet>(mozilla::dom::FontFaceSet*, mozilla::dom::FontFaceSet::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DocumentL10n>(mozilla::dom::DocumentL10n*, mozilla::dom::DocumentL10n::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDOMStyleSheetSetList>(nsDOMStyleSheetSetList*, nsDOMStyleSheetSetList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMImplementation>(mozilla::dom::DOMImplementation*, mozilla::dom::DOMImplementation::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsContentList>(nsContentList*, nsContentList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DocumentTimeline>(mozilla::dom::DocumentTimeline*, mozilla::dom::DocumentTimeline::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Selection>(mozilla::dom::Selection*, mozilla::dom::Selection::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ChromeMessageSender>(mozilla::dom::ChromeMessageSender*, mozilla::dom::ChromeMessageSender::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ParentSHistory>(mozilla::dom::ParentSHistory*, mozilla::dom::ParentSHistory::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsJSContext>(nsJSContext*, nsJSContext::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsJSArgArray>(nsJSArgArray*, nsJSArgArray::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Function>(mozilla::dom::Function*, mozilla::dom::Function::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsJSScriptTimeoutHandler>(nsJSScriptTimeoutHandler*, nsJSScriptTimeoutHandler::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::css::Rule>(mozilla::css::Rule*, mozilla::css::Rule::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsBindingManager>(nsBindingManager*, nsBindingManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ScreenOrientation>(mozilla::dom::ScreenOrientation*, mozilla::dom::ScreenOrientation::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMRectList>(mozilla::dom::DOMRectList*, mozilla::dom::DOMRectList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Request>(mozilla::dom::Request*, mozilla::dom::Request::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Response>(mozilla::dom::Response*, mozilla::dom::Response::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FontFace>(mozilla::dom::FontFace*, mozilla::dom::FontFace::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ImageCaptureError>(mozilla::dom::ImageCaptureError*, mozilla::dom::ImageCaptureError::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MIDIPort>(mozilla::dom::MIDIPort*, mozilla::dom::MIDIPort::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLMediaElement>(mozilla::dom::HTMLMediaElement*, mozilla::dom::HTMLMediaElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PointerEvent>(mozilla::dom::PointerEvent*, mozilla::dom::PointerEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PresentationConnection>(mozilla::dom::PresentationConnection*, mozilla::dom::PresentationConnection::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCIceCandidate>(mozilla::dom::RTCIceCandidate*, mozilla::dom::RTCIceCandidate::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCRtpReceiver>(mozilla::dom::RTCRtpReceiver*, mozilla::dom::RTCRtpReceiver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCRtpTransceiver>(mozilla::dom::RTCRtpTransceiver*, mozilla::dom::RTCRtpTransceiver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechRecognitionResultList>(mozilla::dom::SpeechRecognitionResultList*, mozilla::dom::SpeechRecognitionResultList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechSynthesisUtterance>(mozilla::dom::SpeechSynthesisUtterance*, mozilla::dom::SpeechSynthesisUtterance::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPSocket>(mozilla::dom::TCPSocket*, mozilla::dom::TCPSocket::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Notification>(mozilla::dom::Notification*, mozilla::dom::Notification::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::File>(mozilla::dom::File*, mozilla::dom::File::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Directory>(mozilla::dom::Directory*, mozilla::dom::Directory::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsGenericHTMLElement>(nsGenericHTMLElement*, nsGenericHTMLElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLOptionElement>(mozilla::dom::HTMLOptionElement*, mozilla::dom::HTMLOptionElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLOptGroupElement>(mozilla::dom::HTMLOptGroupElement*, mozilla::dom::HTMLOptGroupElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AddonJSImpl>(mozilla::dom::AddonJSImpl*, mozilla::dom::AddonJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AddonInstallJSImpl>(mozilla::dom::AddonInstallJSImpl*, mozilla::dom::AddonInstallJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AddonManagerJSImpl>(mozilla::dom::AddonManagerJSImpl*, mozilla::dom::AddonManagerJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::BrowserFeedWriterJSImpl>(mozilla::dom::BrowserFeedWriterJSImpl*, mozilla::dom::BrowserFeedWriterJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PaymentAddress>(mozilla::dom::PaymentAddress*, mozilla::dom::PaymentAddress::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaKeyStatusMap>(mozilla::dom::MediaKeyStatusMap*, mozilla::dom::MediaKeyStatusMap::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::MatchPattern>(mozilla::extensions::MatchPattern*, mozilla::extensions::MatchPattern::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ipc::SharedMap>(mozilla::dom::ipc::SharedMap*, mozilla::dom::ipc::SharedMap::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ServiceWorker>(mozilla::dom::ServiceWorker*, mozilla::dom::ServiceWorker::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PeerConnectionObserverJSImpl>(mozilla::dom::PeerConnectionObserverJSImpl*, mozilla::dom::PeerConnectionObserverJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PopStateEvent>(mozilla::dom::PopStateEvent*, mozilla::dom::PopStateEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PromiseRejectionEvent>(mozilla::dom::PromiseRejectionEvent*, mozilla::dom::PromiseRejectionEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PushManagerImplJSImpl>(mozilla::dom::PushManagerImplJSImpl*, mozilla::dom::PushManagerImplJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCDTMFSenderJSImpl>(mozilla::dom::RTCDTMFSenderJSImpl*, mozilla::dom::RTCDTMFSenderJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCIceCandidateJSImpl>(mozilla::dom::RTCIceCandidateJSImpl*, mozilla::dom::RTCIceCandidateJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCPeerConnectionJSImpl>(mozilla::dom::RTCPeerConnectionJSImpl*, mozilla::dom::RTCPeerConnectionJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCPeerConnectionStaticJSImpl>(mozilla::dom::RTCPeerConnectionStaticJSImpl*, mozilla::dom::RTCPeerConnectionStaticJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCRtpReceiverJSImpl>(mozilla::dom::RTCRtpReceiverJSImpl*, mozilla::dom::RTCRtpReceiverJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCRtpSenderJSImpl>(mozilla::dom::RTCRtpSenderJSImpl*, mozilla::dom::RTCRtpSenderJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCRtpTransceiverJSImpl>(mozilla::dom::RTCRtpTransceiverJSImpl*, mozilla::dom::RTCRtpTransceiverJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCSessionDescriptionJSImpl>(mozilla::dom::RTCSessionDescriptionJSImpl*, mozilla::dom::RTCSessionDescriptionJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RTCStatsReportJSImpl>(mozilla::dom::RTCStatsReportJSImpl*, mozilla::dom::RTCStatsReportJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FormData>(mozilla::dom::FormData*, mozilla::dom::FormData::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::URLSearchParams>(mozilla::dom::URLSearchParams*, mozilla::dom::URLSearchParams::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechRecognitionEvent>(mozilla::dom::SpeechRecognitionEvent*, mozilla::dom::SpeechRecognitionEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMEventTargetHelper>(mozilla::DOMEventTargetHelper*, mozilla::DOMEventTargetHelper::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLImageElement>(mozilla::dom::HTMLImageElement*, mozilla::dom::HTMLImageElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SVGImageElement>(mozilla::dom::SVGImageElement*, mozilla::dom::SVGImageElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLVideoElement>(mozilla::dom::HTMLVideoElement*, mozilla::dom::HTMLVideoElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ImageBitmap>(mozilla::dom::ImageBitmap*, mozilla::dom::ImageBitmap::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPSocketEvent>(mozilla::dom::TCPSocketEvent*, mozilla::dom::TCPSocketEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::StreamFilterDataEvent>(mozilla::extensions::StreamFilterDataEvent*, mozilla::extensions::StreamFilterDataEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::VideoTrack>(mozilla::dom::VideoTrack*, mozilla::dom::VideoTrack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AudioTrack>(mozilla::dom::AudioTrack*, mozilla::dom::AudioTrack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TextTrack>(mozilla::dom::TextTrack*, mozilla::dom::TextTrack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::UDPMessageEvent>(mozilla::dom::UDPMessageEvent*, mozilla::dom::UDPMessageEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsTreeColumn>(nsTreeColumn*, nsTreeColumn::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::MatchGlob>(mozilla::extensions::MatchGlob*, mozilla::extensions::MatchGlob::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::OffscreenCanvas>(mozilla::dom::OffscreenCanvas*, mozilla::dom::OffscreenCanvas::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::mozRTCIceCandidateJSImpl>(mozilla::dom::mozRTCIceCandidateJSImpl*, mozilla::dom::mozRTCIceCandidateJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::mozRTCPeerConnectionJSImpl>(mozilla::dom::mozRTCPeerConnectionJSImpl*, mozilla::dom::mozRTCPeerConnectionJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::mozRTCSessionDescriptionJSImpl>(mozilla::dom::mozRTCSessionDescriptionJSImpl*, mozilla::dom::mozRTCSessionDescriptionJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::External>(mozilla::dom::External*, mozilla::dom::External::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CreateOfferRequestJSImpl>(mozilla::dom::CreateOfferRequestJSImpl*, mozilla::dom::CreateOfferRequestJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ErrorEvent>(mozilla::dom::ErrorEvent*, mozilla::dom::ErrorEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Client>(mozilla::dom::Client*, mozilla::dom::Client::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ExternalJSImpl>(mozilla::dom::ExternalJSImpl*, mozilla::dom::ExternalJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Text>(mozilla::dom::Text*, mozilla::dom::Text::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::RadioNodeList>(mozilla::dom::RadioNodeList*, mozilla::dom::RadioNodeList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Headers>(mozilla::dom::Headers*, mozilla::dom::Headers::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBObjectStore>(mozilla::dom::IDBObjectStore*, mozilla::dom::IDBObjectStore::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBIndex>(mozilla::dom::IDBIndex*, mozilla::dom::IDBIndex::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBCursor>(mozilla::dom::IDBCursor*, mozilla::dom::IDBCursor::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ImageData>(mozilla::dom::ImageData*, mozilla::dom::ImageData::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CanvasRenderingContext2D>(mozilla::dom::CanvasRenderingContext2D*, mozilla::dom::CanvasRenderingContext2D::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::InstallTriggerImplJSImpl>(mozilla::dom::InstallTriggerImplJSImpl*, mozilla::dom::InstallTriggerImplJSImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::exceptions::JSStackFrame>(mozilla::dom::exceptions::JSStackFrame*, mozilla::dom::exceptions::JSStackFrame::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsScriptErrorWithStack>(nsScriptErrorWithStack*, nsScriptErrorWithStack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::SVGFilterObserverList>(mozilla::SVGFilterObserverList*, mozilla::SVGFilterObserverList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ContentParent>(mozilla::dom::ContentParent*, mozilla::dom::ContentParent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::OverOutElementsWrapper>(mozilla::OverOutElementsWrapper*, mozilla::OverOutElementsWrapper::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::IMEContentObserver>(mozilla::IMEContentObserver*, mozilla::IMEContentObserver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ClipboardEvent>(mozilla::dom::ClipboardEvent*, mozilla::dom::ClipboardEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TextClause>(mozilla::dom::TextClause*, mozilla::dom::TextClause::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CustomEvent>(mozilla::dom::CustomEvent*, mozilla::dom::CustomEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DataTransferItemList>(mozilla::dom::DataTransferItemList*, mozilla::dom::DataTransferItemList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DataTransferItem>(mozilla::dom::DataTransferItem*, mozilla::dom::DataTransferItem::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FileList>(mozilla::dom::FileList*, mozilla::dom::FileList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DeviceMotionEvent>(mozilla::dom::DeviceMotionEvent*, mozilla::dom::DeviceMotionEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsPresContext>(nsPresContext*, nsPresContext::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::EventListenerInfo>(mozilla::EventListenerInfo*, mozilla::EventListenerInfo::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::EditorBase>(mozilla::EditorBase*, mozilla::EditorBase::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::IMEContentObserver::DocumentObserver>(mozilla::IMEContentObserver::DocumentObserver*, mozilla::IMEContentObserver::DocumentObserver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::JSEventHandler>(mozilla::JSEventHandler*, mozilla::JSEventHandler::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CallbackFunction>(mozilla::dom::CallbackFunction*, mozilla::dom::CallbackFunction::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MessageEvent>(mozilla::dom::MessageEvent*, mozilla::dom::MessageEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::NotifyPaintEvent>(mozilla::dom::NotifyPaintEvent*, mozilla::dom::NotifyPaintEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TouchList>(mozilla::dom::TouchList*, mozilla::dom::TouchList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TouchEvent>(mozilla::dom::TouchEvent*, mozilla::dom::TouchEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FetchStreamReader>(mozilla::dom::FetchStreamReader*, mozilla::dom::FetchStreamReader::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FileReader>(mozilla::dom::FileReader*, mozilla::dom::FileReader::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FileSystemDirectoryEntry>(mozilla::dom::FileSystemDirectoryEntry*, mozilla::dom::FileSystemDirectoryEntry::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FileSystem>(mozilla::dom::FileSystem*, mozilla::dom::FileSystem::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FileSystemEntry>(mozilla::dom::FileSystemEntry*, mozilla::dom::FileSystemEntry::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FlexLine>(mozilla::dom::FlexLine*, mozilla::dom::FlexLine::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Flex>(mozilla::dom::Flex*, mozilla::dom::Flex::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::FlexItem>(mozilla::dom::FlexItem*, mozilla::dom::FlexItem::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GamepadButton>(mozilla::dom::GamepadButton*, mozilla::dom::GamepadButton::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GamepadHapticActuator>(mozilla::dom::GamepadHapticActuator*, mozilla::dom::GamepadHapticActuator::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsGeolocationRequest>(nsGeolocationRequest*, nsGeolocationRequest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Coordinates>(mozilla::dom::Coordinates*, mozilla::dom::Coordinates::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Position>(mozilla::dom::Position*, mozilla::dom::Position::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GridDimension>(mozilla::dom::GridDimension*, mozilla::dom::GridDimension::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GridArea>(mozilla::dom::GridArea*, mozilla::dom::GridArea::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Grid>(mozilla::dom::Grid*, mozilla::dom::Grid::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GridLines>(mozilla::dom::GridLines*, mozilla::dom::GridLines::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GridTracks>(mozilla::dom::GridTracks*, mozilla::dom::GridTracks::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GridLine>(mozilla::dom::GridLine*, mozilla::dom::GridLine::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::GridTrack>(mozilla::dom::GridTrack*, mozilla::dom::GridTrack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsHTMLDocument>(nsHTMLDocument*, nsHTMLDocument::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDOMTokenList>(nsDOMTokenList*, nsDOMTokenList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ValidityState>(mozilla::dom::ValidityState*, mozilla::dom::ValidityState::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PrintCallback>(mozilla::dom::PrintCallback*, mozilla::dom::PrintCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CanvasCaptureMediaStream>(mozilla::dom::CanvasCaptureMediaStream*, mozilla::dom::CanvasCaptureMediaStream::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLFormControlsCollection>(mozilla::dom::HTMLFormControlsCollection*, mozilla::dom::HTMLFormControlsCollection::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLInputElement>(mozilla::dom::HTMLInputElement*, mozilla::dom::HTMLInputElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AudioChannelAgent>(mozilla::dom::AudioChannelAgent*, mozilla::dom::AudioChannelAgent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaSource>(mozilla::dom::MediaSource*, mozilla::dom::MediaSource::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLMediaElement::AudioChannelAgentCallback>(mozilla::dom::HTMLMediaElement::AudioChannelAgentCallback*, mozilla::dom::HTMLMediaElement::AudioChannelAgentCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaError>(mozilla::dom::MediaError*, mozilla::dom::MediaError::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TimeRanges>(mozilla::dom::TimeRanges*, mozilla::dom::TimeRanges::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TextTrackManager>(mozilla::dom::TextTrackManager*, mozilla::dom::TextTrackManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AudioTrackList>(mozilla::dom::AudioTrackList*, mozilla::dom::AudioTrackList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::VideoTrackList>(mozilla::dom::VideoTrackList*, mozilla::dom::VideoTrackList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaKeys>(mozilla::dom::MediaKeys*, mozilla::dom::MediaKeys::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::VideoStreamTrack>(mozilla::dom::VideoStreamTrack*, mozilla::dom::VideoStreamTrack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PlayPromise>(mozilla::dom::PlayPromise*, mozilla::dom::PlayPromise::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DetailedPromise>(mozilla::dom::DetailedPromise*, mozilla::dom::DetailedPromise::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaStreamTrackSource>(mozilla::dom::MediaStreamTrackSource*, mozilla::dom::MediaStreamTrackSource::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLOptionsCollection>(mozilla::dom::HTMLOptionsCollection*, mozilla::dom::HTMLOptionsCollection::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TableRowsCollection>(mozilla::dom::TableRowsCollection*, mozilla::dom::TableRowsCollection::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DocumentFragment>(mozilla::dom::DocumentFragment*, mozilla::dom::DocumentFragment::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::WebVTTListener>(mozilla::dom::WebVTTListener*, mozilla::dom::WebVTTListener::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaDocument>(mozilla::dom::MediaDocument*, mozilla::dom::MediaDocument::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TextTrackList>(mozilla::dom::TextTrackList*, mozilla::dom::TextTrackList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TextTrackCueList>(mozilla::dom::TextTrackCueList*, mozilla::dom::TextTrackCueList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLAllCollection>(mozilla::dom::HTMLAllCollection*, mozilla::dom::HTMLAllCollection::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsTextInputSelectionImpl>(nsTextInputSelectionImpl*, nsTextInputSelectionImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::TextEditor>(mozilla::TextEditor*, mozilla::TextEditor::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::HTMLTrackElement>(mozilla::dom::HTMLTrackElement*, mozilla::dom::HTMLTrackElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::MediaStreamTrackSourceGetter>(mozilla::MediaStreamTrackSourceGetter*, mozilla::MediaStreamTrackSourceGetter::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AudioNode>(mozilla::dom::AudioNode*, mozilla::dom::AudioNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaTrackList>(mozilla::dom::MediaTrackList*, mozilla::dom::MediaTrackList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaTrack>(mozilla::dom::MediaTrack*, mozilla::dom::MediaTrack::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TextTrackRegion>(mozilla::dom::TextTrackRegion*, mozilla::dom::TextTrackRegion::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TextTrackCue>(mozilla::dom::TextTrackCue*, mozilla::dom::TextTrackCue::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaEncryptedEvent>(mozilla::dom::MediaEncryptedEvent*, mozilla::dom::MediaEncryptedEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaKeyMessageEvent>(mozilla::dom::MediaKeyMessageEvent*, mozilla::dom::MediaKeyMessageEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaKeyError>(mozilla::dom::MediaKeyError*, mozilla::dom::MediaKeyError::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaKeySession>(mozilla::dom::MediaKeySession*, mozilla::dom::MediaKeySession::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SourceBufferList>(mozilla::dom::SourceBufferList*, mozilla::dom::SourceBufferList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SourceBuffer>(mozilla::dom::SourceBuffer*, mozilla::dom::SourceBuffer::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AudioDestinationNode>(mozilla::dom::AudioDestinationNode*, mozilla::dom::AudioDestinationNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AudioContext>(mozilla::dom::AudioContext*, mozilla::dom::AudioContext::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ScriptProcessorNode>(mozilla::dom::ScriptProcessorNode*, mozilla::dom::ScriptProcessorNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaStreamAudioDestinationNode>(mozilla::dom::MediaStreamAudioDestinationNode*, mozilla::dom::MediaStreamAudioDestinationNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaStreamAudioSourceNode>(mozilla::dom::MediaStreamAudioSourceNode*, mozilla::dom::MediaStreamAudioSourceNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::nsSpeechTask>(mozilla::dom::nsSpeechTask*, mozilla::dom::nsSpeechTask::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechSynthesisVoice>(mozilla::dom::SpeechSynthesisVoice*, mozilla::dom::SpeechSynthesisVoice::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechGrammar>(mozilla::dom::SpeechGrammar*, mozilla::dom::SpeechGrammar::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechGrammarList>(mozilla::dom::SpeechGrammarList*, mozilla::dom::SpeechGrammarList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SpeechRecognitionResult>(mozilla::dom::SpeechRecognitionResult*, mozilla::dom::SpeechRecognitionResult::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MIDIInputMap>(mozilla::dom::MIDIInputMap*, mozilla::dom::MIDIInputMap::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MIDIOutputMap>(mozilla::dom::MIDIOutputMap*, mozilla::dom::MIDIOutputMap::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MIDIMessageEvent>(mozilla::dom::MIDIMessageEvent*, mozilla::dom::MIDIMessageEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::NotificationPermissionCallback>(mozilla::dom::NotificationPermissionCallback*, mozilla::dom::NotificationPermissionCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PushManagerImpl>(mozilla::dom::PushManagerImpl*, mozilla::dom::PushManagerImpl::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PushSubscriptionOptions>(mozilla::dom::PushSubscriptionOptions*, mozilla::dom::PushSubscriptionOptions::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsSVGElement>(nsSVGElement*, nsSVGElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMSVGLengthList>(mozilla::DOMSVGLengthList*, mozilla::DOMSVGLengthList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMSVGNumberList>(mozilla::DOMSVGNumberList*, mozilla::DOMSVGNumberList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMSVGAnimatedNumberList>(mozilla::DOMSVGAnimatedNumberList*, mozilla::DOMSVGAnimatedNumberList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMSVGPathSegList>(mozilla::DOMSVGPathSegList*, mozilla::DOMSVGPathSegList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::SVGSVGElement>(mozilla::dom::SVGSVGElement*, mozilla::dom::SVGSVGElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMSVGTransformList>(mozilla::DOMSVGTransformList*, mozilla::DOMSVGTransformList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::DOMSVGPointList>(mozilla::DOMSVGPointList*, mozilla::DOMSVGPointList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPServerSocketChild>(mozilla::dom::TCPServerSocketChild*, mozilla::dom::TCPServerSocketChild::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPServerSocketParent>(mozilla::dom::TCPServerSocketParent*, mozilla::dom::TCPServerSocketParent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPServerSocket>(mozilla::dom::TCPServerSocket*, mozilla::dom::TCPServerSocket::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPSocketChild>(mozilla::dom::TCPSocketChild*, mozilla::dom::TCPSocketChild::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPSocketParent>(mozilla::dom::TCPSocketParent*, mozilla::dom::TCPSocketParent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::TCPSocketChildBase>(mozilla::dom::TCPSocketChildBase*, mozilla::dom::TCPSocketChildBase::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBRequest>(mozilla::dom::IDBRequest*, mozilla::dom::IDBRequest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBMutableFile>(mozilla::dom::IDBMutableFile*, mozilla::dom::IDBMutableFile::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBFileHandle>(mozilla::dom::IDBFileHandle*, mozilla::dom::IDBFileHandle::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBKeyRange>(mozilla::dom::IDBKeyRange*, mozilla::dom::IDBKeyRange::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBDatabase>(mozilla::dom::IDBDatabase*, mozilla::dom::IDBDatabase::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBTransaction>(mozilla::dom::IDBTransaction*, mozilla::dom::IDBTransaction::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::IDBWrapperCache>(mozilla::dom::IDBWrapperCache*, mozilla::dom::IDBWrapperCache::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Worker>(mozilla::dom::Worker*, mozilla::dom::Worker::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::Clients>(mozilla::dom::Clients*, mozilla::dom::Clients::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ServiceWorkerRegistration>(mozilla::dom::ServiceWorkerRegistration*, mozilla::dom::ServiceWorkerRegistration::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AuthenticatorAssertionResponse>(mozilla::dom::AuthenticatorAssertionResponse*, mozilla::dom::AuthenticatorAssertionResponse::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AuthenticatorAttestationResponse>(mozilla::dom::AuthenticatorAttestationResponse*, mozilla::dom::AuthenticatorAttestationResponse::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AuthenticatorResponse>(mozilla::dom::AuthenticatorResponse*, mozilla::dom::AuthenticatorResponse::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PublicKeyCredential>(mozilla::dom::PublicKeyCredential*, mozilla::dom::PublicKeyCredential::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::XBLChildrenElement>(mozilla::dom::XBLChildrenElement*, mozilla::dom::XBLChildrenElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsAnonymousContentList>(nsAnonymousContentList*, nsAnonymousContentList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsXBLDocumentInfo>(nsXBLDocumentInfo*, nsXBLDocumentInfo::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsXULPrototypeDocument>(nsXULPrototypeDocument*, nsXULPrototypeDocument::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::XULPopupElement>(mozilla::dom::XULPopupElement*, mozilla::dom::XULPopupElement::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::XULDocument>(mozilla::dom::XULDocument*, mozilla::dom::XULDocument::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AnyCallback>(mozilla::dom::AnyCallback*, mozilla::dom::AnyCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PerformanceEntry>(mozilla::dom::PerformanceEntry*, mozilla::dom::PerformanceEntry::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PerformanceNavigationTiming>(mozilla::dom::PerformanceNavigationTiming*, mozilla::dom::PerformanceNavigationTiming::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PerformanceMainThread>(mozilla::dom::PerformanceMainThread*, mozilla::dom::PerformanceMainThread::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PerformanceObserverCallback>(mozilla::dom::PerformanceObserverCallback*, mozilla::dom::PerformanceObserverCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::XMLHttpRequestMainThread>(mozilla::dom::XMLHttpRequestMainThread*, mozilla::dom::XMLHttpRequestMainThread::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::XMLHttpRequestUpload>(mozilla::dom::XMLHttpRequestUpload*, mozilla::dom::XMLHttpRequestUpload::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::XMLHttpRequestWorker>(mozilla::dom::XMLHttpRequestWorker*, mozilla::dom::XMLHttpRequestWorker::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ScriptLoadRequest>(mozilla::dom::ScriptLoadRequest*, mozilla::dom::ScriptLoadRequest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ModuleScript>(mozilla::dom::ModuleScript*, mozilla::dom::ModuleScript::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ModuleLoadRequest>(mozilla::dom::ModuleLoadRequest*, mozilla::dom::ModuleLoadRequest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PaymentRequest>(mozilla::dom::PaymentRequest*, mozilla::dom::PaymentRequest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PaymentMethodChangeEvent>(mozilla::dom::PaymentMethodChangeEvent*, mozilla::dom::PaymentMethodChangeEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PaymentResponse>(mozilla::dom::PaymentResponse*, mozilla::dom::PaymentResponse::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PushMessageData>(mozilla::dom::PushMessageData*, mozilla::dom::PushMessageData::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ExtendableMessageEvent>(mozilla::dom::ExtendableMessageEvent*, mozilla::dom::ExtendableMessageEvent::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PushManager>(mozilla::dom::PushManager*, mozilla::dom::PushManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PresentationRequest>(mozilla::dom::PresentationRequest*, mozilla::dom::PresentationRequest::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PresentationReceiver>(mozilla::dom::PresentationReceiver*, mozilla::dom::PresentationReceiver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::PresentationConnectionList>(mozilla::dom::PresentationConnectionList*, mozilla::dom::PresentationConnectionList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CharacterData>(mozilla::dom::CharacterData*, mozilla::dom::CharacterData::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::EditTransactionBase>(mozilla::EditTransactionBase*, mozilla::EditTransactionBase::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozInlineSpellChecker>(mozInlineSpellChecker*, mozInlineSpellChecker::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::TextServicesDocument>(mozilla::TextServicesDocument*, mozilla::TextServicesDocument::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::TextInputListener>(mozilla::TextInputListener*, mozilla::TextInputListener::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::TransactionManager>(mozilla::TransactionManager*, mozilla::TransactionManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::PlaceholderTransaction>(mozilla::PlaceholderTransaction*, mozilla::PlaceholderTransaction::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::ComposerCommandsUpdater>(mozilla::ComposerCommandsUpdater*, mozilla::ComposerCommandsUpdater::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::HTMLEditor>(mozilla::HTMLEditor*, mozilla::HTMLEditor::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::TextEditRules>(mozilla::TextEditRules*, mozilla::TextEditRules::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozSpellChecker>(mozSpellChecker*, mozSpellChecker::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CSSKeyframeDeclaration>(mozilla::dom::CSSKeyframeDeclaration*, mozilla::dom::CSSKeyframeDeclaration::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::CSSKeyframeList>(mozilla::dom::CSSKeyframeList*, mozilla::dom::CSSKeyframeList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MediaList>(mozilla::dom::MediaList*, mozilla::dom::MediaList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::ServoCSSRuleList>(mozilla::ServoCSSRuleList*, mozilla::ServoCSSRuleList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::PreloadedStyleSheet>(mozilla::PreloadedStyleSheet*, mozilla::PreloadedStyleSheet::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::EventStateManager>(mozilla::EventStateManager*, mozilla::EventStateManager::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::SVGFilterObserver>(mozilla::SVGFilterObserver*, mozilla::SVGFilterObserver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::ChildSHistory>(mozilla::dom::ChildSHistory*, mozilla::dom::ChildSHistory::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsDocShell>(nsDocShell*, nsDocShell::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::AccessibleNode>(mozilla::dom::AccessibleNode*, mozilla::dom::AccessibleNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::a11y::Accessible>(mozilla::a11y::Accessible*, mozilla::a11y::Accessible::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::DOMStringList>(mozilla::dom::DOMStringList*, mozilla::dom::DOMStringList::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::a11y::DocAccessible>(mozilla::a11y::DocAccessible*, mozilla::a11y::DocAccessible::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsAccessiblePivot>(nsAccessiblePivot*, nsAccessiblePivot::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::a11y::HyperTextAccessible>(mozilla::a11y::HyperTextAccessible*, mozilla::a11y::HyperTextAccessible::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::a11y::XULTreeGridCellAccessible>(mozilla::a11y::XULTreeGridCellAccessible*, mozilla::a11y::XULTreeGridCellAccessible::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::EditorSpellCheck>(mozilla::EditorSpellCheck*, mozilla::EditorSpellCheck::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::ExtensionPolicyService>(mozilla::ExtensionPolicyService*, mozilla::ExtensionPolicyService::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::DocumentObserver>(mozilla::extensions::DocumentObserver*, mozilla::extensions::DocumentObserver::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::WebExtensionContentScript>(mozilla::extensions::WebExtensionContentScript*, mozilla::extensions::WebExtensionContentScript::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::MozDocumentCallback>(mozilla::dom::MozDocumentCallback*, mozilla::dom::MozDocumentCallback::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::MozDocumentMatcher>(mozilla::extensions::MozDocumentMatcher*, mozilla::extensions::MozDocumentMatcher::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::extensions::ChannelWrapper>(mozilla::extensions::ChannelWrapper*, mozilla::extensions::ChannelWrapper::cycleCollection*)
Unexecuted instantiation: NativeOSFileInternals.cpp:nsISupports* ToSupports<mozilla::(anonymous namespace)::AbstractResult>(mozilla::(anonymous namespace)::AbstractResult*, mozilla::(anonymous namespace)::AbstractResult::cycleCollection*)
Unexecuted instantiation: NativeOSFileInternals.cpp:nsISupports* ToSupports<mozilla::(anonymous namespace)::TypedArrayResult>(mozilla::(anonymous namespace)::TypedArrayResult*, mozilla::(anonymous namespace)::TypedArrayResult::cycleCollection*)
Unexecuted instantiation: NativeOSFileInternals.cpp:nsISupports* ToSupports<mozilla::(anonymous namespace)::StringResult>(mozilla::(anonymous namespace)::StringResult*, mozilla::(anonymous namespace)::StringResult::cycleCollection*)
Unexecuted instantiation: NativeOSFileInternals.cpp:nsISupports* ToSupports<mozilla::(anonymous namespace)::Int32Result>(mozilla::(anonymous namespace)::Int32Result*, mozilla::(anonymous namespace)::Int32Result::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsNavHistoryContainerResultNode>(nsNavHistoryContainerResultNode*, nsNavHistoryContainerResultNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsNavHistoryResult>(nsNavHistoryResult*, nsNavHistoryResult::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsNavHistoryResultNode>(nsNavHistoryResultNode*, nsNavHistoryResultNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<nsNavHistoryQueryResultNode>(nsNavHistoryQueryResultNode*, nsNavHistoryQueryResultNode::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::dom::EventListener>(mozilla::dom::EventListener*, mozilla::dom::EventListener::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::jsinspector::nsJSInspector>(mozilla::jsinspector::nsJSInspector*, mozilla::jsinspector::nsJSInspector::cycleCollection*)
Unexecuted instantiation: nsISupports* ToSupports<mozilla::devtools::HeapSnapshot>(mozilla::devtools::HeapSnapshot*, mozilla::devtools::HeapSnapshot::cycleCollection*)
54
55
// The default implementation of this class template is empty, because it
56
// should never be used: see the partial specializations below.
57
template<typename T,
58
         bool IsXPCOM = mozilla::IsBaseOf<nsISupports, T>::value>
59
struct CycleCollectionNoteChildImpl
60
{
61
};
62
63
template<typename T>
64
struct CycleCollectionNoteChildImpl<T, true>
65
{
66
  static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild)
67
0
  {
68
0
    aCallback.NoteXPCOMChild(ToSupports(aChild));
69
0
  }
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISupports, true>::Run(nsCycleCollectionTraversalCallback&, nsISupports*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsINode, true>::Run(nsCycleCollectionTraversalCallback&, nsINode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIContent, true>::Run(nsCycleCollectionTraversalCallback&, nsIContent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::EventTarget, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::EventTarget*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Element, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Element*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Storage, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Storage*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MozIdleObserver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MozIdleObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIVariant, true>::Run(nsCycleCollectionTraversalCallback&, nsIVariant*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsGlobalWindowInner, true>::Run(nsCycleCollectionTraversalCallback&, nsGlobalWindowInner*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DataTransfer, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DataTransfer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDocument, true>::Run(nsCycleCollectionTraversalCallback&, nsIDocument*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozIDOMLocalization, true>::Run(nsCycleCollectionTraversalCallback&, mozIDOMLocalization*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Promise, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Promise*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ObserverCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ObserverCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AbortSignal, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AbortSignal*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::extensions::MatchPatternSet, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::extensions::MatchPatternSet*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::WebExtensionLocalizeCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::WebExtensionLocalizeCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GenerateAssertionCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GenerateAssertionCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ValidateAssertionCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ValidateAssertionCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ConsoleInstanceDumpCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ConsoleInstanceDumpCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MessagePort, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MessagePort*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CryptoKey, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CryptoKey*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Event, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Event*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIJSEnumerator, true>::Run(nsCycleCollectionTraversalCallback&, nsIJSEnumerator*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIGlobalObject, true>::Run(nsCycleCollectionTraversalCallback&, nsIGlobalObject*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsPIDOMWindowInner, true>::Run(nsCycleCollectionTraversalCallback&, nsPIDOMWindowInner*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMMediaStream, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMMediaStream*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCCertificate, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCCertificate*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDocumentLoader, true>::Run(nsCycleCollectionTraversalCallback&, nsIDocumentLoader*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISAXContentHandler, true>::Run(nsCycleCollectionTraversalCallback&, nsISAXContentHandler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISAXErrorHandler, true>::Run(nsCycleCollectionTraversalCallback&, nsISAXErrorHandler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIURI, true>::Run(nsCycleCollectionTraversalCallback&, nsIURI*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIStreamListener, true>::Run(nsCycleCollectionTraversalCallback&, nsIStreamListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIRequestObserver, true>::Run(nsCycleCollectionTraversalCallback&, nsIRequestObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIExpatSink, true>::Run(nsCycleCollectionTraversalCallback&, nsIExpatSink*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDTD, true>::Run(nsCycleCollectionTraversalCallback&, nsIDTD*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIContentSink, true>::Run(nsCycleCollectionTraversalCallback&, nsIContentSink*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsHtml5TreeOpExecutor, true>::Run(nsCycleCollectionTraversalCallback&, nsHtml5TreeOpExecutor*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsHtml5StreamParser, true>::Run(nsCycleCollectionTraversalCallback&, nsHtml5StreamParser*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIRequest, true>::Run(nsCycleCollectionTraversalCallback&, nsIRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsHtml5Parser, true>::Run(nsCycleCollectionTraversalCallback&, nsHtml5Parser*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Touch, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Touch*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLCanvasElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLCanvasElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VRDisplay, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VRDisplay*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<imgIScriptedNotificationObserver, true>::Run(nsCycleCollectionTraversalCallback&, imgIScriptedNotificationObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AbortSignalImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AbortSignalImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AnimationTimeline, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AnimationTimeline*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AnimationEffect, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AnimationEffect*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Animation, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Animation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::KeyframeEffect, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::KeyframeEffect*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMRect, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMRect*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IntersectionCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IntersectionCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMIntersectionObserverEntry, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMIntersectionObserverEntry*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MessageListener, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MessageListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIWeakReference, true>::Run(nsCycleCollectionTraversalCallback&, nsIWeakReference*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MessageListenerManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MessageListenerManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ipc::WritableSharedMap, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ipc::WritableSharedMap*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIPrincipal, true>::Run(nsCycleCollectionTraversalCallback&, nsIPrincipal*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsFrameLoader, true>::Run(nsCycleCollectionTraversalCallback&, nsFrameLoader*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<IdleRequestExecutor, true>::Run(nsCycleCollectionTraversalCallback&, IdleRequestExecutor*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITimeoutHandler, true>::Run(nsCycleCollectionTraversalCallback&, nsITimeoutHandler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Navigator, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Navigator*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Performance, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Performance*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechSynthesis, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechSynthesis*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsPIDOMWindowOuter, true>::Run(nsCycleCollectionTraversalCallback&, nsPIDOMWindowOuter*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Location, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Location*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsHistory, true>::Run(nsCycleCollectionTraversalCallback&, nsHistory*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CustomElementRegistry, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CustomElementRegistry*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsDOMOfflineResourceList, true>::Run(nsCycleCollectionTraversalCallback&, nsDOMOfflineResourceList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBFactory, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBFactory*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITabChild, true>::Run(nsCycleCollectionTraversalCallback&, nsITabChild*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIIdleService, true>::Run(nsCycleCollectionTraversalCallback&, nsIIdleService*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Gamepad, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Gamepad*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::cache::CacheStorage, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::cache::CacheStorage*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::BarProp, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::BarProp*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Crypto, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Crypto*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::U2F, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::U2F*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Console, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Console*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Worklet, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Worklet*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::InstallTriggerImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::InstallTriggerImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IntlUtils, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IntlUtils*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ChromeMessageBroadcaster, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ChromeMessageBroadcaster*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PromiseDocumentFlushedCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PromiseDocumentFlushedCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIScriptContext, true>::Run(nsCycleCollectionTraversalCallback&, nsIScriptContext*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIControllers, true>::Run(nsCycleCollectionTraversalCallback&, nsIControllers*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIArray, true>::Run(nsCycleCollectionTraversalCallback&, nsIArray*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ContentFrameMessageManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ContentFrameMessageManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDocShell, true>::Run(nsCycleCollectionTraversalCallback&, nsIDocShell*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIBrowserDOMWindow, true>::Run(nsCycleCollectionTraversalCallback&, nsIBrowserDOMWindow*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIObjectLoadingContent, true>::Run(nsCycleCollectionTraversalCallback&, nsIObjectLoadingContent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsPluginElement, true>::Run(nsCycleCollectionTraversalCallback&, nsPluginElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIPluginTag, true>::Run(nsCycleCollectionTraversalCallback&, nsIPluginTag*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsDOMAttributeMap, true>::Run(nsCycleCollectionTraversalCallback&, nsDOMAttributeMap*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsFrameMessageManager, true>::Run(nsCycleCollectionTraversalCallback&, nsFrameMessageManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SubtleCrypto, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SubtleCrypto*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CustomElementCreationCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CustomElementCreationCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIStackFrame, true>::Run(nsCycleCollectionTraversalCallback&, nsIStackFrame*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMRectReadOnly, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMRectReadOnly*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMException, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMException*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IdleRequestCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IdleRequestCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MessageBroadcaster, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MessageBroadcaster*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsMimeTypeArray, true>::Run(nsCycleCollectionTraversalCallback&, nsMimeTypeArray*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsPluginArray, true>::Run(nsCycleCollectionTraversalCallback&, nsPluginArray*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Permissions, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Permissions*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Geolocation, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Geolocation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::battery::BatteryManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::battery::BatteryManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::network::Connection, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::network::Connection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::StorageManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::StorageManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CredentialsContainer, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CredentialsContainer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaDevices, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaDevices*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ServiceWorkerContainer, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ServiceWorkerContainer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaCapabilities, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaCapabilities*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaKeySystemAccessManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeySystemAccessManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Presentation, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Presentation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GamepadServiceTest, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadServiceTest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VRServiceTest, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VRServiceTest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::NodeFilter, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::NodeFilter*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PlacesEventCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PlacesEventCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsScreen, true>::Run(nsCycleCollectionTraversalCallback&, nsScreen*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsRange, true>::Run(nsCycleCollectionTraversalCallback&, nsRange*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISelectionListener, true>::Run(nsCycleCollectionTraversalCallback&, nsISelectionListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::StyleSheet, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::StyleSheet*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::StyleSheetList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::StyleSheetList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsParserBase, true>::Run(nsCycleCollectionTraversalCallback&, nsParserBase*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ScriptLoader, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptLoader*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsSimpleContentList, true>::Run(nsCycleCollectionTraversalCallback&, nsSimpleContentList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsDOMMutationRecord, true>::Run(nsCycleCollectionTraversalCallback&, nsDOMMutationRecord*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsMutationReceiver, true>::Run(nsCycleCollectionTraversalCallback&, nsMutationReceiver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MutationCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MutationCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FontFaceSet, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FontFaceSet*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DocumentL10n, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DocumentL10n*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIParser, true>::Run(nsCycleCollectionTraversalCallback&, nsIParser*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIScriptGlobalObject, true>::Run(nsCycleCollectionTraversalCallback&, nsIScriptGlobalObject*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsDOMStyleSheetSetList, true>::Run(nsCycleCollectionTraversalCallback&, nsDOMStyleSheetSetList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIChannel, true>::Run(nsCycleCollectionTraversalCallback&, nsIChannel*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsILayoutHistoryState, true>::Run(nsCycleCollectionTraversalCallback&, nsILayoutHistoryState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMImplementation, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMImplementation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsContentList, true>::Run(nsCycleCollectionTraversalCallback&, nsContentList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDocumentEncoder, true>::Run(nsCycleCollectionTraversalCallback&, nsIDocumentEncoder*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DocumentTimeline, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DocumentTimeline*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIHTMLCollection, true>::Run(nsCycleCollectionTraversalCallback&, nsIHTMLCollection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDOMXULCommandDispatcher, true>::Run(nsCycleCollectionTraversalCallback&, nsIDOMXULCommandDispatcher*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<imgIRequest, true>::Run(nsCycleCollectionTraversalCallback&, imgIRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Selection, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Selection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIContentSerializer, true>::Run(nsCycleCollectionTraversalCallback&, nsIContentSerializer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIPresShell, true>::Run(nsCycleCollectionTraversalCallback&, nsIPresShell*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ChromeMessageSender, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ChromeMessageSender*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::InProcessTabChildMessageManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::InProcessTabChildMessageManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ParentSHistory, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ParentSHistory*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Function, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Function*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::css::Rule, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::css::Rule*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsBindingManager, true>::Run(nsCycleCollectionTraversalCallback&, nsBindingManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIFrameLoaderOwner, true>::Run(nsCycleCollectionTraversalCallback&, nsIFrameLoaderOwner*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ScreenOrientation, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ScreenOrientation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMRectList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMRectList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Blob, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Blob*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Request, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Request*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Response, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Response*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FontFace, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FontFace*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ImageCaptureError, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ImageCaptureError*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MIDIPort, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MIDIPort*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLMediaElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLMediaElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaStreamTrack, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaStreamTrack*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PointerEvent, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PointerEvent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PresentationConnection, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationConnection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsDOMDataChannel, true>::Run(nsCycleCollectionTraversalCallback&, nsDOMDataChannel*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCIceCandidate, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCIceCandidate*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCRtpReceiver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpReceiver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCRtpTransceiver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpTransceiver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechRecognitionResultList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechRecognitionResultList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechSynthesisUtterance, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechSynthesisUtterance*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TCPSocket, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPSocket*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Notification, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Notification*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::File, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::File*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Directory, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Directory*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsGenericHTMLElement, true>::Run(nsCycleCollectionTraversalCallback&, nsGenericHTMLElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLOptionElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLOptionElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLOptGroupElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLOptGroupElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AddonJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AddonJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AddonInstallJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AddonInstallJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AddonManagerJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AddonManagerJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::BrowserFeedWriterJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::BrowserFeedWriterJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PaymentAddress, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PaymentAddress*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaKeyStatusMap, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeyStatusMap*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::extensions::MatchPattern, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::extensions::MatchPattern*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ipc::SharedMap, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ipc::SharedMap*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ServiceWorker, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ServiceWorker*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PeerConnectionObserverJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PeerConnectionObserverJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PushManagerImplJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PushManagerImplJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCDTMFSenderJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCDTMFSenderJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCIceCandidateJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCIceCandidateJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCPeerConnectionJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCPeerConnectionJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCPeerConnectionStaticJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCPeerConnectionStaticJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCRtpReceiverJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpReceiverJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCRtpSenderJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpSenderJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCRtpTransceiverJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpTransceiverJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCSessionDescriptionJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCSessionDescriptionJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RTCStatsReportJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCStatsReportJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FormData, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FormData*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::URLSearchParams, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::URLSearchParams*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLImageElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLImageElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SVGImageElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGImageElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLVideoElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLVideoElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ImageBitmap, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ImageBitmap*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIJSID, true>::Run(nsCycleCollectionTraversalCallback&, nsIJSID*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VideoTrack, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VideoTrack*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioTrack, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioTrack*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TextTrack, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrack*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsTreeColumn, true>::Run(nsCycleCollectionTraversalCallback&, nsTreeColumn*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::extensions::MatchGlob, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::extensions::MatchGlob*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::OffscreenCanvas, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::OffscreenCanvas*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::mozRTCIceCandidateJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::mozRTCIceCandidateJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::mozRTCPeerConnectionJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::mozRTCPeerConnectionJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::mozRTCSessionDescriptionJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::mozRTCSessionDescriptionJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::External, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::External*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CreateOfferRequestJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CreateOfferRequestJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Client, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Client*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ExternalJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ExternalJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Text, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Text*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::RadioNodeList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::RadioNodeList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Headers, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Headers*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBObjectStore, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBObjectStore*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBIndex, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBIndex*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBCursor, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBCursor*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ImageData, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ImageData*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CanvasRenderingContext2D, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasRenderingContext2D*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::InstallTriggerImplJSImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::InstallTriggerImplJSImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::SVGFilterObserverList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::SVGFilterObserverList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsICanvasRenderingContextInternal, true>::Run(nsCycleCollectionTraversalCallback&, nsICanvasRenderingContextInternal*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::WebAuthnManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::WebAuthnManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::OverOutElementsWrapper, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::OverOutElementsWrapper*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::IMEContentObserver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::IMEContentObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TextClause, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TextClause*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DataTransferItemList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DataTransferItemList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DataTransferItem, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DataTransferItem*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FileList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FileList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DeviceMotionEvent, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DeviceMotionEvent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsPresContext, true>::Run(nsCycleCollectionTraversalCallback&, nsPresContext*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIWidget, true>::Run(nsCycleCollectionTraversalCallback&, nsIWidget*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::EditorBase, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::EditorBase*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::IMEContentObserver::DocumentObserver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::IMEContentObserver::DocumentObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CallbackFunction, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CallbackFunction*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TouchList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TouchList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FetchStreamReader, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FetchStreamReader*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITimer, true>::Run(nsCycleCollectionTraversalCallback&, nsITimer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FileSystemDirectoryEntry, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FileSystemDirectoryEntry*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FileSystem, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FileSystem*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FileSystemEntry, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FileSystemEntry*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FlexLine, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FlexLine*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Flex, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Flex*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::FlexItem, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::FlexItem*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GamepadButton, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadButton*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GamepadHapticActuator, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadHapticActuator*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsGeolocationRequest, true>::Run(nsCycleCollectionTraversalCallback&, nsGeolocationRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Coordinates, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Coordinates*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Position, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Position*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GridDimension, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GridDimension*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GridArea, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GridArea*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Grid, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Grid*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GridLines, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GridLines*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GridTracks, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GridTracks*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GridLine, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GridLine*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GridTrack, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GridTrack*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsHTMLDocument, true>::Run(nsCycleCollectionTraversalCallback&, nsHTMLDocument*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsDOMTokenList, true>::Run(nsCycleCollectionTraversalCallback&, nsDOMTokenList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ValidityState, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ValidityState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITimerCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsITimerCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PrintCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PrintCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CanvasCaptureMediaStream, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasCaptureMediaStream*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLFormControlsCollection, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLFormControlsCollection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLInputElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLInputElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioChannelAgent, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioChannelAgent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaSource, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaSource*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLMediaElement::AudioChannelAgentCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLMediaElement::AudioChannelAgentCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaError, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaError*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TimeRanges, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TimeRanges*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TextTrackManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioTrackList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioTrackList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VideoTrackList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VideoTrackList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaKeys, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeys*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VideoStreamTrack, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VideoStreamTrack*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PlayPromise, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PlayPromise*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DetailedPromise, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DetailedPromise*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaStreamTrackSource, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaStreamTrackSource*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLOptionsCollection, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLOptionsCollection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TableRowsCollection, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TableRowsCollection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DocumentFragment, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DocumentFragment*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::WebVTTListener, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::WebVTTListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TextTrackList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TextTrackCueList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackCueList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIConstraintValidation, true>::Run(nsCycleCollectionTraversalCallback&, nsIConstraintValidation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIBrowserElementAPI, true>::Run(nsCycleCollectionTraversalCallback&, nsIBrowserElementAPI*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIHTMLDocument, true>::Run(nsCycleCollectionTraversalCallback&, nsIHTMLDocument*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLAllCollection, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLAllCollection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIWyciwygChannel, true>::Run(nsCycleCollectionTraversalCallback&, nsIWyciwygChannel*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsICommandManager, true>::Run(nsCycleCollectionTraversalCallback&, nsICommandManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsTextInputSelectionImpl, true>::Run(nsCycleCollectionTraversalCallback&, nsTextInputSelectionImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::TextEditor, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::TextEditor*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLTrackElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLTrackElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIWebVTTParserWrapper, true>::Run(nsCycleCollectionTraversalCallback&, nsIWebVTTParserWrapper*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::MediaStreamTrackSourceGetter, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::MediaStreamTrackSourceGetter*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioNode, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaTrackList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaTrackList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaTrack, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaTrack*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TextTrackRegion, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackRegion*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TextTrackCue, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackCue*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaKeyError, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeyError*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaKeySession, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeySession*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SourceBufferList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SourceBufferList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SourceBuffer, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SourceBuffer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioDestinationNode, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioDestinationNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAudioChannelAgent, true>::Run(nsCycleCollectionTraversalCallback&, nsIAudioChannelAgent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioContext, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioContext*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ScriptProcessorNode, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptProcessorNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaStreamAudioDestinationNode, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaStreamAudioDestinationNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::nsSpeechTask, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::nsSpeechTask*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechSynthesisVoice, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechSynthesisVoice*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISpeechTaskCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsISpeechTaskCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISpeechTask, true>::Run(nsCycleCollectionTraversalCallback&, nsISpeechTask*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechGrammar, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechGrammar*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechGrammarList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechGrammarList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechRecognition, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechRecognition*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SpeechRecognitionResult, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechRecognitionResult*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MIDIInputMap, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MIDIInputMap*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MIDIOutputMap, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MIDIOutputMap*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::NotificationPermissionCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::NotificationPermissionCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIOfflineCacheUpdate, true>::Run(nsCycleCollectionTraversalCallback&, nsIOfflineCacheUpdate*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PushManagerImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PushManagerImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIPushData, true>::Run(nsCycleCollectionTraversalCallback&, nsIPushData*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PushSubscriptionOptions, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PushSubscriptionOptions*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIQuotaUsageCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsIQuotaUsageCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIQuotaCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsIQuotaCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::LocalStorageManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::LocalStorageManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SessionStorageManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SessionStorageManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsSVGElement, true>::Run(nsCycleCollectionTraversalCallback&, nsSVGElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMSVGLengthList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGLengthList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMSVGNumberList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGNumberList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMSVGAnimatedNumberList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGAnimatedNumberList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMSVGPathSegList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGPathSegList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SVGSVGElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGSVGElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMSVGTransformList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGTransformList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMSVGPointList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGPointList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIServerSocket, true>::Run(nsCycleCollectionTraversalCallback&, nsIServerSocket*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TCPServerSocketChild, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPServerSocketChild*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TCPServerSocketParent, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPServerSocketParent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TCPServerSocket, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPServerSocket*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISocketTransport, true>::Run(nsCycleCollectionTraversalCallback&, nsISocketTransport*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIInputStream, true>::Run(nsCycleCollectionTraversalCallback&, nsIInputStream*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIOutputStream, true>::Run(nsCycleCollectionTraversalCallback&, nsIOutputStream*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIInputStreamPump, true>::Run(nsCycleCollectionTraversalCallback&, nsIInputStreamPump*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIScriptableInputStream, true>::Run(nsCycleCollectionTraversalCallback&, nsIScriptableInputStream*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIBinaryInputStream, true>::Run(nsCycleCollectionTraversalCallback&, nsIBinaryInputStream*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TCPSocketChild, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPSocketChild*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::TCPSocketParent, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPSocketParent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITCPSocketCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsITCPSocketCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBRequest, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBMutableFile, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBMutableFile*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBFileHandle, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBFileHandle*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBDatabase, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBDatabase*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IDBTransaction, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBTransaction*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Worker, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Worker*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIScriptTimeoutHandler, true>::Run(nsCycleCollectionTraversalCallback&, nsIScriptTimeoutHandler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::Clients, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::Clients*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ServiceWorkerRegistration, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ServiceWorkerRegistration*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAudioChannelAgentCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsIAudioChannelAgentCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PromiseNativeHandler, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PromiseNativeHandler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::URLSearchParamsObserver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::URLSearchParamsObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::XBLChildrenElement, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::XBLChildrenElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsAnonymousContentList, true>::Run(nsCycleCollectionTraversalCallback&, nsAnonymousContentList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsXULPrototypeDocument, true>::Run(nsCycleCollectionTraversalCallback&, nsXULPrototypeDocument*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIXULStore, true>::Run(nsCycleCollectionTraversalCallback&, nsIXULStore*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::XULDocument, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::XULDocument*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AnyCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AnyCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PerformanceEntry, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceEntry*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PerformanceNavigationTiming, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceNavigationTiming*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PerformanceObserverCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceObserverCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIInterfaceRequestor, true>::Run(nsCycleCollectionTraversalCallback&, nsIInterfaceRequestor*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIChannelEventSink, true>::Run(nsCycleCollectionTraversalCallback&, nsIChannelEventSink*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIProgressEventSink, true>::Run(nsCycleCollectionTraversalCallback&, nsIProgressEventSink*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::XMLHttpRequestUpload, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::XMLHttpRequestUpload*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::XMLHttpRequestMainThread, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::XMLHttpRequestMainThread*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ScriptLoadRequest, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptLoadRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ModuleScript, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ModuleScript*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ModuleLoadRequest, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ModuleLoadRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIScriptElement, true>::Run(nsCycleCollectionTraversalCallback&, nsIScriptElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsICacheInfoChannel, true>::Run(nsCycleCollectionTraversalCallback&, nsICacheInfoChannel*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PaymentRequest, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PaymentRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PaymentResponse, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PaymentResponse*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIWebSocketChannel, true>::Run(nsCycleCollectionTraversalCallback&, nsIWebSocketChannel*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PushMessageData, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PushMessageData*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PushManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PushManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISDBCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsISDBCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PresentationRequest, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PresentationReceiver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationReceiver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PresentationConnectionList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationConnectionList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIPresentationSessionTransportCallback, true>::Run(nsCycleCollectionTraversalCallback&, nsIPresentationSessionTransportCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CharacterData, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CharacterData*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::EditTransactionBase, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::EditTransactionBase*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISelectionController, true>::Run(nsCycleCollectionTraversalCallback&, nsISelectionController*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozInlineSpellChecker, true>::Run(nsCycleCollectionTraversalCallback&, mozInlineSpellChecker*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::TextServicesDocument, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::TextServicesDocument*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::TextInputListener, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::TextInputListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::TransactionManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::TransactionManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIEditActionListener, true>::Run(nsCycleCollectionTraversalCallback&, nsIEditActionListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIEditorObserver, true>::Run(nsCycleCollectionTraversalCallback&, nsIEditorObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDocumentStateListener, true>::Run(nsCycleCollectionTraversalCallback&, nsIDocumentStateListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::EditorEventListener, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::EditorEventListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::PlaceholderTransaction, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::PlaceholderTransaction*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::ComposerCommandsUpdater, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::ComposerCommandsUpdater*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDOMEventListener, true>::Run(nsCycleCollectionTraversalCallback&, nsIDOMEventListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsILinkHandler, true>::Run(nsCycleCollectionTraversalCallback&, nsILinkHandler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::BlobImpl, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::BlobImpl*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::HTMLEditor, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::HTMLEditor*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::TextEditRules, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::TextEditRules*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozSpellChecker, true>::Run(nsCycleCollectionTraversalCallback&, mozSpellChecker*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIContentIterator, true>::Run(nsCycleCollectionTraversalCallback&, nsIContentIterator*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITransaction, true>::Run(nsCycleCollectionTraversalCallback&, nsITransaction*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITransactionListener, true>::Run(nsCycleCollectionTraversalCallback&, nsITransactionListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CSSKeyframeDeclaration, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CSSKeyframeDeclaration*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CSSKeyframeList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CSSKeyframeList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MediaList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::ServoCSSRuleList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::ServoCSSRuleList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsICSSLoaderObserver, true>::Run(nsCycleCollectionTraversalCallback&, nsICSSLoaderObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::EventStateManager, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::EventStateManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIPrintSettings, true>::Run(nsCycleCollectionTraversalCallback&, nsIPrintSettings*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::SVGFilterObserver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::SVGFilterObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITreeView, true>::Run(nsCycleCollectionTraversalCallback&, nsITreeView*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITreeBoxObject, true>::Run(nsCycleCollectionTraversalCallback&, nsITreeBoxObject*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsITreeSelection, true>::Run(nsCycleCollectionTraversalCallback&, nsITreeSelection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIDOMStorageManager, true>::Run(nsCycleCollectionTraversalCallback&, nsIDOMStorageManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsGlobalWindowOuter, true>::Run(nsCycleCollectionTraversalCallback&, nsGlobalWindowOuter*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ChildSHistory, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ChildSHistory*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsDocShell, true>::Run(nsCycleCollectionTraversalCallback&, nsDocShell*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsSHistory, true>::Run(nsCycleCollectionTraversalCallback&, nsSHistory*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AccessibleNode, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AccessibleNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::a11y::Accessible, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::a11y::Accessible*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMStringList, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMStringList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::a11y::DocAccessible, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::a11y::DocAccessible*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAccessiblePivotObserver, true>::Run(nsCycleCollectionTraversalCallback&, nsIAccessiblePivotObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsAccessiblePivot, true>::Run(nsCycleCollectionTraversalCallback&, nsAccessiblePivot*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAccessible, true>::Run(nsCycleCollectionTraversalCallback&, nsIAccessible*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAccessibleDocument, true>::Run(nsCycleCollectionTraversalCallback&, nsIAccessibleDocument*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::a11y::HyperTextAccessible, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::a11y::HyperTextAccessible*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::a11y::XULTreeGridCellAccessible, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::a11y::XULTreeGridCellAccessible*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozIPersonalDictionary, true>::Run(nsCycleCollectionTraversalCallback&, mozIPersonalDictionary*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozITXTToHTMLConv, true>::Run(nsCycleCollectionTraversalCallback&, mozITXTToHTMLConv*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::EditorSpellCheck, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::EditorSpellCheck*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAlertNotificationImageListener, true>::Run(nsCycleCollectionTraversalCallback&, nsIAlertNotificationImageListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozIDOMWindowProxy, true>::Run(nsCycleCollectionTraversalCallback&, mozIDOMWindowProxy*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIBaseWindow, true>::Run(nsCycleCollectionTraversalCallback&, nsIBaseWindow*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIScrollable, true>::Run(nsCycleCollectionTraversalCallback&, nsIScrollable*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIWebProgress, true>::Run(nsCycleCollectionTraversalCallback&, nsIWebProgress*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::ExtensionPolicyService, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::ExtensionPolicyService*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::extensions::WebExtensionPolicy, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::extensions::WebExtensionPolicy*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::extensions::DocumentObserver, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::extensions::DocumentObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::extensions::WebExtensionContentScript, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::extensions::WebExtensionContentScript*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::MozDocumentCallback, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::MozDocumentCallback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::extensions::MozDocumentMatcher, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::extensions::MozDocumentMatcher*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsNavHistoryContainerResultNode, true>::Run(nsCycleCollectionTraversalCallback&, nsNavHistoryContainerResultNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsNavHistoryResult, true>::Run(nsCycleCollectionTraversalCallback&, nsNavHistoryResult*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsNavHistoryResultNode, true>::Run(nsCycleCollectionTraversalCallback&, nsNavHistoryResultNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsNavHistoryQueryResultNode, true>::Run(nsCycleCollectionTraversalCallback&, nsNavHistoryQueryResultNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::EventListener, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::EventListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIWebProgressListener, true>::Run(nsCycleCollectionTraversalCallback&, nsIWebProgressListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIEventTarget, true>::Run(nsCycleCollectionTraversalCallback&, nsIEventTarget*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsISound, true>::Run(nsCycleCollectionTraversalCallback&, nsISound*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIFind, true>::Run(nsCycleCollectionTraversalCallback&, nsIFind*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAutoCompleteInput, true>::Run(nsCycleCollectionTraversalCallback&, nsIAutoCompleteInput*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAutoCompleteSearch, true>::Run(nsCycleCollectionTraversalCallback&, nsIAutoCompleteSearch*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAutoCompleteResult, true>::Run(nsCycleCollectionTraversalCallback&, nsIAutoCompleteResult*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAutoCompleteController, true>::Run(nsCycleCollectionTraversalCallback&, nsIAutoCompleteController*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsILoginManager, true>::Run(nsCycleCollectionTraversalCallback&, nsILoginManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsILoginReputationService, true>::Run(nsCycleCollectionTraversalCallback&, nsILoginReputationService*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAutoCompletePopup, true>::Run(nsCycleCollectionTraversalCallback&, nsIAutoCompletePopup*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIAutoCompleteObserver, true>::Run(nsCycleCollectionTraversalCallback&, nsIAutoCompleteObserver*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsIFormAutoComplete, true>::Run(nsCycleCollectionTraversalCallback&, nsIFormAutoComplete*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::devtools::HeapSnapshot, true>::Run(nsCycleCollectionTraversalCallback&, mozilla::devtools::HeapSnapshot*)
70
};
71
72
template<typename T>
73
struct CycleCollectionNoteChildImpl<T, false>
74
{
75
  static void Run(nsCycleCollectionTraversalCallback& aCallback, T* aChild)
76
0
  {
77
0
    aCallback.NoteNativeChild(aChild, NS_CYCLE_COLLECTION_PARTICIPANT(T));
78
0
  }
Unexecuted instantiation: CycleCollectionNoteChildImpl<JSPurpleBuffer, false>::Run(nsCycleCollectionTraversalCallback&, JSPurpleBuffer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::RangeItem, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::RangeItem*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CanvasPath, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasPath*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::Buffer, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Buffer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::BindGroupLayout, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::BindGroupLayout*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::ShaderModule, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::ShaderModule*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::TextureView, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::TextureView*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::PipelineLayout, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::PipelineLayout*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::AttachmentState, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::AttachmentState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::BlendState, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::BlendState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::DepthStencilState, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::DepthStencilState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::InputState, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::InputState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::EventListenerManager, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::EventListenerManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::IdleRequest, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::IdleRequest*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsMimeType, false>::Run(nsCycleCollectionTraversalCallback&, nsMimeType*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CustomElementDefinition, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CustomElementDefinition*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DOMPoint, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMPoint*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsNodeInfoManager, false>::Run(nsCycleCollectionTraversalCallback&, nsNodeInfoManager*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsFrameSelection, false>::Run(nsCycleCollectionTraversalCallback&, nsFrameSelection*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::SelectionChangeEventDispatcher, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::SelectionChangeEventDispatcher*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::css::Loader, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::css::Loader*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::PendingAnimationTracker, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::PendingAnimationTracker*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AnonymousContent, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AnonymousContent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::NodeInfo, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::NodeInfo*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioBuffer, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioBuffer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PeriodicWave, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PeriodicWave*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CanvasPattern, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasPattern*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CanvasGradient, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasGradient*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::CSSPseudoElement, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::CSSPseudoElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::Texture, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Texture*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::ComputePipeline, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::ComputePipeline*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::RenderPipeline, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::RenderPipeline*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::Sampler, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Sampler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLBuffer, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLBuffer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLExtensionBase, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLExtensionBase*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLTexture, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLTexture*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLSampler, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLSampler*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLTransformFeedback, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLTransformFeedback*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLProgram, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLProgram*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLFramebuffer, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLFramebuffer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLRenderbuffer, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLRenderbuffer*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLVertexArray, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLVertexArray*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLQuery, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLQuery*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::WebGLShader, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::WebGLShader*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::Device, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Device*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::Adapter, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Adapter*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::webgpu::Instance, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Instance*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DeviceAcceleration, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DeviceAcceleration*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::DeviceRotationRate, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::DeviceRotationRate*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::GamepadPose, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadPose*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::HTMLCanvasPrintState, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLCanvasPrintState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ResponsiveImageSelector, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ResponsiveImageSelector*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMMediaStream::TrackPort, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMMediaStream::TrackPort*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMMediaStream::PlaybackTrackListener, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMMediaStream::PlaybackTrackListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioParam, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioParam*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::AudioListener, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioListener*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::DOMSVGAnimatedLengthList, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGAnimatedLengthList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SVGAnimatedTransformList, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGAnimatedTransformList*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SVGTransform, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGTransform*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::SVGMatrix, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGMatrix*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::WorkerLocation, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::WorkerLocation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::WorkerNavigator, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::WorkerNavigator*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsXBLBinding, false>::Run(nsCycleCollectionTraversalCallback&, nsXBLBinding*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsXULPrototypeNode, false>::Run(nsCycleCollectionTraversalCallback&, nsXULPrototypeNode*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<nsXULPrototypeElement, false>::Run(nsCycleCollectionTraversalCallback&, nsXULPrototypeElement*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VRFieldOfView, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VRFieldOfView*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VRDisplayCapabilities, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VRDisplayCapabilities*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VRStageParameters, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VRStageParameters*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::VRPose, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::VRPose*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PerformanceTiming, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceTiming*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::PerformanceNavigation, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceNavigation*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::ScriptFetchOptions, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptFetchOptions*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::TypeInState, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::TypeInState*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::HTMLEditor::BlobReader, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::HTMLEditor::BlobReader*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::AnimationEventDispatcher, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::AnimationEventDispatcher*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::EffectCompositor, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::EffectCompositor*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::dom::BrowsingContext, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::dom::BrowsingContext*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::a11y::AccTreeMutationEvent, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::a11y::AccTreeMutationEvent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::a11y::AccEvent, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::a11y::AccEvent*)
Unexecuted instantiation: CycleCollectionNoteChildImpl<mozilla::a11y::NotificationController, false>::Run(nsCycleCollectionTraversalCallback&, mozilla::a11y::NotificationController*)
79
};
80
81
// We declare CycleCollectionNoteChild in 3-argument and 4-argument variants,
82
// rather than using default arguments, so that forward declarations work
83
// regardless of header inclusion order.
84
template<typename T>
85
inline void
86
CycleCollectionNoteChild(nsCycleCollectionTraversalCallback& aCallback,
87
                         T* aChild, const char* aName, uint32_t aFlags)
88
0
{
89
0
  CycleCollectionNoteEdgeName(aCallback, aName, aFlags);
90
0
  CycleCollectionNoteChildImpl<T>::Run(aCallback, aChild);
91
0
}
Unexecuted instantiation: void CycleCollectionNoteChild<nsISupports>(nsCycleCollectionTraversalCallback&, nsISupports*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsINode>(nsCycleCollectionTraversalCallback&, nsINode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIContent>(nsCycleCollectionTraversalCallback&, nsIContent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::EventTarget>(nsCycleCollectionTraversalCallback&, mozilla::dom::EventTarget*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Element>(nsCycleCollectionTraversalCallback&, mozilla::dom::Element*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Storage>(nsCycleCollectionTraversalCallback&, mozilla::dom::Storage*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MozIdleObserver>(nsCycleCollectionTraversalCallback&, mozilla::dom::MozIdleObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<JSPurpleBuffer>(nsCycleCollectionTraversalCallback&, JSPurpleBuffer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIVariant>(nsCycleCollectionTraversalCallback&, nsIVariant*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsGlobalWindowInner>(nsCycleCollectionTraversalCallback&, nsGlobalWindowInner*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DataTransfer>(nsCycleCollectionTraversalCallback&, mozilla::dom::DataTransfer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::RangeItem>(nsCycleCollectionTraversalCallback&, mozilla::RangeItem*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDocument>(nsCycleCollectionTraversalCallback&, nsIDocument*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozIDOMLocalization>(nsCycleCollectionTraversalCallback&, mozIDOMLocalization*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Promise>(nsCycleCollectionTraversalCallback&, mozilla::dom::Promise*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ObserverCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::ObserverCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AbortSignal>(nsCycleCollectionTraversalCallback&, mozilla::dom::AbortSignal*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::extensions::MatchPatternSet>(nsCycleCollectionTraversalCallback&, mozilla::extensions::MatchPatternSet*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::WebExtensionLocalizeCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::WebExtensionLocalizeCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GenerateAssertionCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::GenerateAssertionCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ValidateAssertionCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::ValidateAssertionCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CanvasPath>(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasPath*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ConsoleInstanceDumpCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::ConsoleInstanceDumpCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MessagePort>(nsCycleCollectionTraversalCallback&, mozilla::dom::MessagePort*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CryptoKey>(nsCycleCollectionTraversalCallback&, mozilla::dom::CryptoKey*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::Buffer>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Buffer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::BindGroupLayout>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::BindGroupLayout*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::ShaderModule>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::ShaderModule*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::TextureView>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::TextureView*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::PipelineLayout>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::PipelineLayout*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::AttachmentState>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::AttachmentState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::BlendState>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::BlendState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::DepthStencilState>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::DepthStencilState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::InputState>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::InputState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Event>(nsCycleCollectionTraversalCallback&, mozilla::dom::Event*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIJSEnumerator>(nsCycleCollectionTraversalCallback&, nsIJSEnumerator*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIGlobalObject>(nsCycleCollectionTraversalCallback&, nsIGlobalObject*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsPIDOMWindowInner>(nsCycleCollectionTraversalCallback&, nsPIDOMWindowInner*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMMediaStream>(nsCycleCollectionTraversalCallback&, mozilla::DOMMediaStream*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCCertificate>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCCertificate*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDocumentLoader>(nsCycleCollectionTraversalCallback&, nsIDocumentLoader*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISAXContentHandler>(nsCycleCollectionTraversalCallback&, nsISAXContentHandler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISAXErrorHandler>(nsCycleCollectionTraversalCallback&, nsISAXErrorHandler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIURI>(nsCycleCollectionTraversalCallback&, nsIURI*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIStreamListener>(nsCycleCollectionTraversalCallback&, nsIStreamListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIRequestObserver>(nsCycleCollectionTraversalCallback&, nsIRequestObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIExpatSink>(nsCycleCollectionTraversalCallback&, nsIExpatSink*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDTD>(nsCycleCollectionTraversalCallback&, nsIDTD*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIContentSink>(nsCycleCollectionTraversalCallback&, nsIContentSink*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsHtml5TreeOpExecutor>(nsCycleCollectionTraversalCallback&, nsHtml5TreeOpExecutor*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsHtml5StreamParser>(nsCycleCollectionTraversalCallback&, nsHtml5StreamParser*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIRequest>(nsCycleCollectionTraversalCallback&, nsIRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsHtml5Parser>(nsCycleCollectionTraversalCallback&, nsHtml5Parser*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Touch>(nsCycleCollectionTraversalCallback&, mozilla::dom::Touch*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLCanvasElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLCanvasElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VRDisplay>(nsCycleCollectionTraversalCallback&, mozilla::dom::VRDisplay*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<imgIScriptedNotificationObserver>(nsCycleCollectionTraversalCallback&, imgIScriptedNotificationObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AbortSignalImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::AbortSignalImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AnimationTimeline>(nsCycleCollectionTraversalCallback&, mozilla::dom::AnimationTimeline*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AnimationEffect>(nsCycleCollectionTraversalCallback&, mozilla::dom::AnimationEffect*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Animation>(nsCycleCollectionTraversalCallback&, mozilla::dom::Animation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::KeyframeEffect>(nsCycleCollectionTraversalCallback&, mozilla::dom::KeyframeEffect*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMRect>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMRect*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IntersectionCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::IntersectionCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMIntersectionObserverEntry>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMIntersectionObserverEntry*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EventListenerManager>(nsCycleCollectionTraversalCallback&, mozilla::EventListenerManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MessageListener>(nsCycleCollectionTraversalCallback&, mozilla::dom::MessageListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIWeakReference>(nsCycleCollectionTraversalCallback&, nsIWeakReference*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MessageListenerManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::MessageListenerManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ipc::WritableSharedMap>(nsCycleCollectionTraversalCallback&, mozilla::dom::ipc::WritableSharedMap*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIPrincipal>(nsCycleCollectionTraversalCallback&, nsIPrincipal*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsFrameLoader>(nsCycleCollectionTraversalCallback&, nsFrameLoader*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<IdleRequestExecutor>(nsCycleCollectionTraversalCallback&, IdleRequestExecutor*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITimeoutHandler>(nsCycleCollectionTraversalCallback&, nsITimeoutHandler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IdleRequest>(nsCycleCollectionTraversalCallback&, mozilla::dom::IdleRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Navigator>(nsCycleCollectionTraversalCallback&, mozilla::dom::Navigator*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Performance>(nsCycleCollectionTraversalCallback&, mozilla::dom::Performance*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechSynthesis>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechSynthesis*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsPIDOMWindowOuter>(nsCycleCollectionTraversalCallback&, nsPIDOMWindowOuter*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Location>(nsCycleCollectionTraversalCallback&, mozilla::dom::Location*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsHistory>(nsCycleCollectionTraversalCallback&, nsHistory*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CustomElementRegistry>(nsCycleCollectionTraversalCallback&, mozilla::dom::CustomElementRegistry*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsDOMOfflineResourceList>(nsCycleCollectionTraversalCallback&, nsDOMOfflineResourceList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBFactory>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBFactory*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITabChild>(nsCycleCollectionTraversalCallback&, nsITabChild*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIIdleService>(nsCycleCollectionTraversalCallback&, nsIIdleService*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Gamepad>(nsCycleCollectionTraversalCallback&, mozilla::dom::Gamepad*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::cache::CacheStorage>(nsCycleCollectionTraversalCallback&, mozilla::dom::cache::CacheStorage*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::BarProp>(nsCycleCollectionTraversalCallback&, mozilla::dom::BarProp*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Crypto>(nsCycleCollectionTraversalCallback&, mozilla::dom::Crypto*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::U2F>(nsCycleCollectionTraversalCallback&, mozilla::dom::U2F*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Console>(nsCycleCollectionTraversalCallback&, mozilla::dom::Console*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Worklet>(nsCycleCollectionTraversalCallback&, mozilla::dom::Worklet*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::InstallTriggerImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::InstallTriggerImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IntlUtils>(nsCycleCollectionTraversalCallback&, mozilla::dom::IntlUtils*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ChromeMessageBroadcaster>(nsCycleCollectionTraversalCallback&, mozilla::dom::ChromeMessageBroadcaster*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PromiseDocumentFlushedCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::PromiseDocumentFlushedCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIScriptContext>(nsCycleCollectionTraversalCallback&, nsIScriptContext*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIControllers>(nsCycleCollectionTraversalCallback&, nsIControllers*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIArray>(nsCycleCollectionTraversalCallback&, nsIArray*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ContentFrameMessageManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::ContentFrameMessageManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDocShell>(nsCycleCollectionTraversalCallback&, nsIDocShell*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIBrowserDOMWindow>(nsCycleCollectionTraversalCallback&, nsIBrowserDOMWindow*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIObjectLoadingContent>(nsCycleCollectionTraversalCallback&, nsIObjectLoadingContent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsPluginElement>(nsCycleCollectionTraversalCallback&, nsPluginElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsMimeType>(nsCycleCollectionTraversalCallback&, nsMimeType*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIPluginTag>(nsCycleCollectionTraversalCallback&, nsIPluginTag*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsDOMAttributeMap>(nsCycleCollectionTraversalCallback&, nsDOMAttributeMap*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsFrameMessageManager>(nsCycleCollectionTraversalCallback&, nsFrameMessageManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SubtleCrypto>(nsCycleCollectionTraversalCallback&, mozilla::dom::SubtleCrypto*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CustomElementDefinition>(nsCycleCollectionTraversalCallback&, mozilla::dom::CustomElementDefinition*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CustomElementCreationCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::CustomElementCreationCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIStackFrame>(nsCycleCollectionTraversalCallback&, nsIStackFrame*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMRectReadOnly>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMRectReadOnly*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMPoint>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMPoint*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMException>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMException*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IdleRequestCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::IdleRequestCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MessageBroadcaster>(nsCycleCollectionTraversalCallback&, mozilla::dom::MessageBroadcaster*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsMimeTypeArray>(nsCycleCollectionTraversalCallback&, nsMimeTypeArray*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsPluginArray>(nsCycleCollectionTraversalCallback&, nsPluginArray*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Permissions>(nsCycleCollectionTraversalCallback&, mozilla::dom::Permissions*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Geolocation>(nsCycleCollectionTraversalCallback&, mozilla::dom::Geolocation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::battery::BatteryManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::battery::BatteryManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::network::Connection>(nsCycleCollectionTraversalCallback&, mozilla::dom::network::Connection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::StorageManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::StorageManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CredentialsContainer>(nsCycleCollectionTraversalCallback&, mozilla::dom::CredentialsContainer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaDevices>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaDevices*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ServiceWorkerContainer>(nsCycleCollectionTraversalCallback&, mozilla::dom::ServiceWorkerContainer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaCapabilities>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaCapabilities*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaKeySystemAccessManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeySystemAccessManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Presentation>(nsCycleCollectionTraversalCallback&, mozilla::dom::Presentation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GamepadServiceTest>(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadServiceTest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VRServiceTest>(nsCycleCollectionTraversalCallback&, mozilla::dom::VRServiceTest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsNodeInfoManager>(nsCycleCollectionTraversalCallback&, nsNodeInfoManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::NodeFilter>(nsCycleCollectionTraversalCallback&, mozilla::dom::NodeFilter*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PlacesEventCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::PlacesEventCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsScreen>(nsCycleCollectionTraversalCallback&, nsScreen*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsRange>(nsCycleCollectionTraversalCallback&, nsRange*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsFrameSelection>(nsCycleCollectionTraversalCallback&, nsFrameSelection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::SelectionChangeEventDispatcher>(nsCycleCollectionTraversalCallback&, mozilla::SelectionChangeEventDispatcher*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISelectionListener>(nsCycleCollectionTraversalCallback&, nsISelectionListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::StyleSheet>(nsCycleCollectionTraversalCallback&, mozilla::StyleSheet*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::StyleSheetList>(nsCycleCollectionTraversalCallback&, mozilla::dom::StyleSheetList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsParserBase>(nsCycleCollectionTraversalCallback&, nsParserBase*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::css::Loader>(nsCycleCollectionTraversalCallback&, mozilla::css::Loader*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ScriptLoader>(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptLoader*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsSimpleContentList>(nsCycleCollectionTraversalCallback&, nsSimpleContentList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsDOMMutationRecord>(nsCycleCollectionTraversalCallback&, nsDOMMutationRecord*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsMutationReceiver>(nsCycleCollectionTraversalCallback&, nsMutationReceiver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MutationCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::MutationCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FontFaceSet>(nsCycleCollectionTraversalCallback&, mozilla::dom::FontFaceSet*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DocumentL10n>(nsCycleCollectionTraversalCallback&, mozilla::dom::DocumentL10n*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIParser>(nsCycleCollectionTraversalCallback&, nsIParser*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIScriptGlobalObject>(nsCycleCollectionTraversalCallback&, nsIScriptGlobalObject*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsDOMStyleSheetSetList>(nsCycleCollectionTraversalCallback&, nsDOMStyleSheetSetList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIChannel>(nsCycleCollectionTraversalCallback&, nsIChannel*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsILayoutHistoryState>(nsCycleCollectionTraversalCallback&, nsILayoutHistoryState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMImplementation>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMImplementation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsContentList>(nsCycleCollectionTraversalCallback&, nsContentList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDocumentEncoder>(nsCycleCollectionTraversalCallback&, nsIDocumentEncoder*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DocumentTimeline>(nsCycleCollectionTraversalCallback&, mozilla::dom::DocumentTimeline*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::PendingAnimationTracker>(nsCycleCollectionTraversalCallback&, mozilla::PendingAnimationTracker*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIHTMLCollection>(nsCycleCollectionTraversalCallback&, nsIHTMLCollection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AnonymousContent>(nsCycleCollectionTraversalCallback&, mozilla::dom::AnonymousContent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDOMXULCommandDispatcher>(nsCycleCollectionTraversalCallback&, nsIDOMXULCommandDispatcher*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<imgIRequest>(nsCycleCollectionTraversalCallback&, imgIRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Selection>(nsCycleCollectionTraversalCallback&, mozilla::dom::Selection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIContentSerializer>(nsCycleCollectionTraversalCallback&, nsIContentSerializer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIPresShell>(nsCycleCollectionTraversalCallback&, nsIPresShell*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ChromeMessageSender>(nsCycleCollectionTraversalCallback&, mozilla::dom::ChromeMessageSender*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::InProcessTabChildMessageManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::InProcessTabChildMessageManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ParentSHistory>(nsCycleCollectionTraversalCallback&, mozilla::dom::ParentSHistory*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::NodeInfo>(nsCycleCollectionTraversalCallback&, mozilla::dom::NodeInfo*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Function>(nsCycleCollectionTraversalCallback&, mozilla::dom::Function*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::css::Rule>(nsCycleCollectionTraversalCallback&, mozilla::css::Rule*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsBindingManager>(nsCycleCollectionTraversalCallback&, nsBindingManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIFrameLoaderOwner>(nsCycleCollectionTraversalCallback&, nsIFrameLoaderOwner*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ScreenOrientation>(nsCycleCollectionTraversalCallback&, mozilla::dom::ScreenOrientation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMRectList>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMRectList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioBuffer>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioBuffer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Blob>(nsCycleCollectionTraversalCallback&, mozilla::dom::Blob*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Request>(nsCycleCollectionTraversalCallback&, mozilla::dom::Request*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Response>(nsCycleCollectionTraversalCallback&, mozilla::dom::Response*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FontFace>(nsCycleCollectionTraversalCallback&, mozilla::dom::FontFace*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ImageCaptureError>(nsCycleCollectionTraversalCallback&, mozilla::dom::ImageCaptureError*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MIDIPort>(nsCycleCollectionTraversalCallback&, mozilla::dom::MIDIPort*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLMediaElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLMediaElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaStreamTrack>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaStreamTrack*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PeriodicWave>(nsCycleCollectionTraversalCallback&, mozilla::dom::PeriodicWave*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PointerEvent>(nsCycleCollectionTraversalCallback&, mozilla::dom::PointerEvent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PresentationConnection>(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationConnection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsDOMDataChannel>(nsCycleCollectionTraversalCallback&, nsDOMDataChannel*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCIceCandidate>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCIceCandidate*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCRtpReceiver>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpReceiver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCRtpTransceiver>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpTransceiver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechRecognitionResultList>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechRecognitionResultList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechSynthesisUtterance>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechSynthesisUtterance*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TCPSocket>(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPSocket*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Notification>(nsCycleCollectionTraversalCallback&, mozilla::dom::Notification*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CanvasPattern>(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasPattern*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CanvasGradient>(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasGradient*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::File>(nsCycleCollectionTraversalCallback&, mozilla::dom::File*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Directory>(nsCycleCollectionTraversalCallback&, mozilla::dom::Directory*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsGenericHTMLElement>(nsCycleCollectionTraversalCallback&, nsGenericHTMLElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLOptionElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLOptionElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLOptGroupElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLOptGroupElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AddonJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::AddonJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AddonInstallJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::AddonInstallJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AddonManagerJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::AddonManagerJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::BrowserFeedWriterJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::BrowserFeedWriterJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PaymentAddress>(nsCycleCollectionTraversalCallback&, mozilla::dom::PaymentAddress*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaKeyStatusMap>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeyStatusMap*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CSSPseudoElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::CSSPseudoElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::extensions::MatchPattern>(nsCycleCollectionTraversalCallback&, mozilla::extensions::MatchPattern*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ipc::SharedMap>(nsCycleCollectionTraversalCallback&, mozilla::dom::ipc::SharedMap*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ServiceWorker>(nsCycleCollectionTraversalCallback&, mozilla::dom::ServiceWorker*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PeerConnectionObserverJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::PeerConnectionObserverJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PushManagerImplJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::PushManagerImplJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCDTMFSenderJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCDTMFSenderJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCIceCandidateJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCIceCandidateJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCPeerConnectionJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCPeerConnectionJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCPeerConnectionStaticJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCPeerConnectionStaticJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCRtpReceiverJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpReceiverJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCRtpSenderJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpSenderJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCRtpTransceiverJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCRtpTransceiverJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCSessionDescriptionJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCSessionDescriptionJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RTCStatsReportJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::RTCStatsReportJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FormData>(nsCycleCollectionTraversalCallback&, mozilla::dom::FormData*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::URLSearchParams>(nsCycleCollectionTraversalCallback&, mozilla::dom::URLSearchParams*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLImageElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLImageElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SVGImageElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGImageElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLVideoElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLVideoElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ImageBitmap>(nsCycleCollectionTraversalCallback&, mozilla::dom::ImageBitmap*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIJSID>(nsCycleCollectionTraversalCallback&, nsIJSID*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VideoTrack>(nsCycleCollectionTraversalCallback&, mozilla::dom::VideoTrack*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioTrack>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioTrack*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TextTrack>(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrack*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsTreeColumn>(nsCycleCollectionTraversalCallback&, nsTreeColumn*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::extensions::MatchGlob>(nsCycleCollectionTraversalCallback&, mozilla::extensions::MatchGlob*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::OffscreenCanvas>(nsCycleCollectionTraversalCallback&, mozilla::dom::OffscreenCanvas*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::Texture>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Texture*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::ComputePipeline>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::ComputePipeline*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::RenderPipeline>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::RenderPipeline*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::Sampler>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Sampler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::mozRTCIceCandidateJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::mozRTCIceCandidateJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::mozRTCPeerConnectionJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::mozRTCPeerConnectionJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::mozRTCSessionDescriptionJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::mozRTCSessionDescriptionJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::External>(nsCycleCollectionTraversalCallback&, mozilla::dom::External*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLBuffer>(nsCycleCollectionTraversalCallback&, mozilla::WebGLBuffer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CreateOfferRequestJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::CreateOfferRequestJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Client>(nsCycleCollectionTraversalCallback&, mozilla::dom::Client*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ExternalJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::ExternalJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Text>(nsCycleCollectionTraversalCallback&, mozilla::dom::Text*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::RadioNodeList>(nsCycleCollectionTraversalCallback&, mozilla::dom::RadioNodeList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Headers>(nsCycleCollectionTraversalCallback&, mozilla::dom::Headers*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBObjectStore>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBObjectStore*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBIndex>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBIndex*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBCursor>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBCursor*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ImageData>(nsCycleCollectionTraversalCallback&, mozilla::dom::ImageData*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CanvasRenderingContext2D>(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasRenderingContext2D*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::InstallTriggerImplJSImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::InstallTriggerImplJSImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::SVGFilterObserverList>(nsCycleCollectionTraversalCallback&, mozilla::SVGFilterObserverList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsICanvasRenderingContextInternal>(nsCycleCollectionTraversalCallback&, nsICanvasRenderingContextInternal*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLExtensionBase>(nsCycleCollectionTraversalCallback&, mozilla::WebGLExtensionBase*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLTexture>(nsCycleCollectionTraversalCallback&, mozilla::WebGLTexture*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLSampler>(nsCycleCollectionTraversalCallback&, mozilla::WebGLSampler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLTransformFeedback>(nsCycleCollectionTraversalCallback&, mozilla::WebGLTransformFeedback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLProgram>(nsCycleCollectionTraversalCallback&, mozilla::WebGLProgram*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLFramebuffer>(nsCycleCollectionTraversalCallback&, mozilla::WebGLFramebuffer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLRenderbuffer>(nsCycleCollectionTraversalCallback&, mozilla::WebGLRenderbuffer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLVertexArray>(nsCycleCollectionTraversalCallback&, mozilla::WebGLVertexArray*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLQuery>(nsCycleCollectionTraversalCallback&, mozilla::WebGLQuery*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::WebGLShader>(nsCycleCollectionTraversalCallback&, mozilla::WebGLShader*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::Device>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Device*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::Adapter>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Adapter*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::webgpu::Instance>(nsCycleCollectionTraversalCallback&, mozilla::webgpu::Instance*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::WebAuthnManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::WebAuthnManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::OverOutElementsWrapper>(nsCycleCollectionTraversalCallback&, mozilla::OverOutElementsWrapper*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::IMEContentObserver>(nsCycleCollectionTraversalCallback&, mozilla::IMEContentObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TextClause>(nsCycleCollectionTraversalCallback&, mozilla::dom::TextClause*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DataTransferItemList>(nsCycleCollectionTraversalCallback&, mozilla::dom::DataTransferItemList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DataTransferItem>(nsCycleCollectionTraversalCallback&, mozilla::dom::DataTransferItem*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FileList>(nsCycleCollectionTraversalCallback&, mozilla::dom::FileList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DeviceAcceleration>(nsCycleCollectionTraversalCallback&, mozilla::dom::DeviceAcceleration*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DeviceRotationRate>(nsCycleCollectionTraversalCallback&, mozilla::dom::DeviceRotationRate*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DeviceMotionEvent>(nsCycleCollectionTraversalCallback&, mozilla::dom::DeviceMotionEvent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsPresContext>(nsCycleCollectionTraversalCallback&, nsPresContext*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIWidget>(nsCycleCollectionTraversalCallback&, nsIWidget*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EditorBase>(nsCycleCollectionTraversalCallback&, mozilla::EditorBase*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::IMEContentObserver::DocumentObserver>(nsCycleCollectionTraversalCallback&, mozilla::IMEContentObserver::DocumentObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CallbackFunction>(nsCycleCollectionTraversalCallback&, mozilla::dom::CallbackFunction*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TouchList>(nsCycleCollectionTraversalCallback&, mozilla::dom::TouchList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FetchStreamReader>(nsCycleCollectionTraversalCallback&, mozilla::dom::FetchStreamReader*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITimer>(nsCycleCollectionTraversalCallback&, nsITimer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FileSystemDirectoryEntry>(nsCycleCollectionTraversalCallback&, mozilla::dom::FileSystemDirectoryEntry*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FileSystem>(nsCycleCollectionTraversalCallback&, mozilla::dom::FileSystem*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FileSystemEntry>(nsCycleCollectionTraversalCallback&, mozilla::dom::FileSystemEntry*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FlexLine>(nsCycleCollectionTraversalCallback&, mozilla::dom::FlexLine*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Flex>(nsCycleCollectionTraversalCallback&, mozilla::dom::Flex*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::FlexItem>(nsCycleCollectionTraversalCallback&, mozilla::dom::FlexItem*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GamepadButton>(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadButton*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GamepadPose>(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadPose*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GamepadHapticActuator>(nsCycleCollectionTraversalCallback&, mozilla::dom::GamepadHapticActuator*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsGeolocationRequest>(nsCycleCollectionTraversalCallback&, nsGeolocationRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Coordinates>(nsCycleCollectionTraversalCallback&, mozilla::dom::Coordinates*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Position>(nsCycleCollectionTraversalCallback&, mozilla::dom::Position*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GridDimension>(nsCycleCollectionTraversalCallback&, mozilla::dom::GridDimension*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GridArea>(nsCycleCollectionTraversalCallback&, mozilla::dom::GridArea*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Grid>(nsCycleCollectionTraversalCallback&, mozilla::dom::Grid*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GridLines>(nsCycleCollectionTraversalCallback&, mozilla::dom::GridLines*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GridTracks>(nsCycleCollectionTraversalCallback&, mozilla::dom::GridTracks*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GridLine>(nsCycleCollectionTraversalCallback&, mozilla::dom::GridLine*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::GridTrack>(nsCycleCollectionTraversalCallback&, mozilla::dom::GridTrack*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsHTMLDocument>(nsCycleCollectionTraversalCallback&, nsHTMLDocument*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsDOMTokenList>(nsCycleCollectionTraversalCallback&, nsDOMTokenList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ValidityState>(nsCycleCollectionTraversalCallback&, mozilla::dom::ValidityState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITimerCallback>(nsCycleCollectionTraversalCallback&, nsITimerCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PrintCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::PrintCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLCanvasPrintState>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLCanvasPrintState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CanvasCaptureMediaStream>(nsCycleCollectionTraversalCallback&, mozilla::dom::CanvasCaptureMediaStream*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLFormControlsCollection>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLFormControlsCollection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLInputElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLInputElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ResponsiveImageSelector>(nsCycleCollectionTraversalCallback&, mozilla::dom::ResponsiveImageSelector*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioChannelAgent>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioChannelAgent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaSource>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaSource*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLMediaElement::AudioChannelAgentCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLMediaElement::AudioChannelAgentCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaError>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaError*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TimeRanges>(nsCycleCollectionTraversalCallback&, mozilla::dom::TimeRanges*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TextTrackManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioTrackList>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioTrackList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VideoTrackList>(nsCycleCollectionTraversalCallback&, mozilla::dom::VideoTrackList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaKeys>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeys*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VideoStreamTrack>(nsCycleCollectionTraversalCallback&, mozilla::dom::VideoStreamTrack*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PlayPromise>(nsCycleCollectionTraversalCallback&, mozilla::dom::PlayPromise*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DetailedPromise>(nsCycleCollectionTraversalCallback&, mozilla::dom::DetailedPromise*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaStreamTrackSource>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaStreamTrackSource*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLOptionsCollection>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLOptionsCollection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TableRowsCollection>(nsCycleCollectionTraversalCallback&, mozilla::dom::TableRowsCollection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DocumentFragment>(nsCycleCollectionTraversalCallback&, mozilla::dom::DocumentFragment*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::WebVTTListener>(nsCycleCollectionTraversalCallback&, mozilla::dom::WebVTTListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TextTrackList>(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TextTrackCueList>(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackCueList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIConstraintValidation>(nsCycleCollectionTraversalCallback&, nsIConstraintValidation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIBrowserElementAPI>(nsCycleCollectionTraversalCallback&, nsIBrowserElementAPI*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIHTMLDocument>(nsCycleCollectionTraversalCallback&, nsIHTMLDocument*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLAllCollection>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLAllCollection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIWyciwygChannel>(nsCycleCollectionTraversalCallback&, nsIWyciwygChannel*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsICommandManager>(nsCycleCollectionTraversalCallback&, nsICommandManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsTextInputSelectionImpl>(nsCycleCollectionTraversalCallback&, nsTextInputSelectionImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::TextEditor>(nsCycleCollectionTraversalCallback&, mozilla::TextEditor*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::HTMLTrackElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::HTMLTrackElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIWebVTTParserWrapper>(nsCycleCollectionTraversalCallback&, nsIWebVTTParserWrapper*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMMediaStream::TrackPort>(nsCycleCollectionTraversalCallback&, mozilla::DOMMediaStream::TrackPort*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::MediaStreamTrackSourceGetter>(nsCycleCollectionTraversalCallback&, mozilla::MediaStreamTrackSourceGetter*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMMediaStream::PlaybackTrackListener>(nsCycleCollectionTraversalCallback&, mozilla::DOMMediaStream::PlaybackTrackListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioNode>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaTrackList>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaTrackList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaTrack>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaTrack*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TextTrackRegion>(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackRegion*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TextTrackCue>(nsCycleCollectionTraversalCallback&, mozilla::dom::TextTrackCue*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaKeyError>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeyError*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaKeySession>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaKeySession*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SourceBufferList>(nsCycleCollectionTraversalCallback&, mozilla::dom::SourceBufferList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SourceBuffer>(nsCycleCollectionTraversalCallback&, mozilla::dom::SourceBuffer*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioParam>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioParam*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioDestinationNode>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioDestinationNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioListener>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAudioChannelAgent>(nsCycleCollectionTraversalCallback&, nsIAudioChannelAgent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AudioContext>(nsCycleCollectionTraversalCallback&, mozilla::dom::AudioContext*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ScriptProcessorNode>(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptProcessorNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaStreamAudioDestinationNode>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaStreamAudioDestinationNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::nsSpeechTask>(nsCycleCollectionTraversalCallback&, mozilla::dom::nsSpeechTask*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechSynthesisVoice>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechSynthesisVoice*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISpeechTaskCallback>(nsCycleCollectionTraversalCallback&, nsISpeechTaskCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISpeechTask>(nsCycleCollectionTraversalCallback&, nsISpeechTask*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechGrammar>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechGrammar*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechGrammarList>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechGrammarList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechRecognition>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechRecognition*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SpeechRecognitionResult>(nsCycleCollectionTraversalCallback&, mozilla::dom::SpeechRecognitionResult*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MIDIInputMap>(nsCycleCollectionTraversalCallback&, mozilla::dom::MIDIInputMap*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MIDIOutputMap>(nsCycleCollectionTraversalCallback&, mozilla::dom::MIDIOutputMap*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::NotificationPermissionCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::NotificationPermissionCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIOfflineCacheUpdate>(nsCycleCollectionTraversalCallback&, nsIOfflineCacheUpdate*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PushManagerImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::PushManagerImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIPushData>(nsCycleCollectionTraversalCallback&, nsIPushData*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PushSubscriptionOptions>(nsCycleCollectionTraversalCallback&, mozilla::dom::PushSubscriptionOptions*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIQuotaUsageCallback>(nsCycleCollectionTraversalCallback&, nsIQuotaUsageCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIQuotaCallback>(nsCycleCollectionTraversalCallback&, nsIQuotaCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::LocalStorageManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::LocalStorageManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SessionStorageManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::SessionStorageManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsSVGElement>(nsCycleCollectionTraversalCallback&, nsSVGElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMSVGLengthList>(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGLengthList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMSVGAnimatedLengthList>(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGAnimatedLengthList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMSVGNumberList>(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGNumberList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMSVGAnimatedNumberList>(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGAnimatedNumberList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMSVGPathSegList>(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGPathSegList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SVGAnimatedTransformList>(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGAnimatedTransformList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SVGTransform>(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGTransform*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SVGSVGElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGSVGElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMSVGTransformList>(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGTransformList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SVGMatrix>(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGMatrix*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::DOMSVGPointList>(nsCycleCollectionTraversalCallback&, mozilla::DOMSVGPointList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIServerSocket>(nsCycleCollectionTraversalCallback&, nsIServerSocket*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TCPServerSocketChild>(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPServerSocketChild*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TCPServerSocketParent>(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPServerSocketParent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TCPServerSocket>(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPServerSocket*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISocketTransport>(nsCycleCollectionTraversalCallback&, nsISocketTransport*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIInputStream>(nsCycleCollectionTraversalCallback&, nsIInputStream*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIOutputStream>(nsCycleCollectionTraversalCallback&, nsIOutputStream*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIInputStreamPump>(nsCycleCollectionTraversalCallback&, nsIInputStreamPump*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIScriptableInputStream>(nsCycleCollectionTraversalCallback&, nsIScriptableInputStream*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIBinaryInputStream>(nsCycleCollectionTraversalCallback&, nsIBinaryInputStream*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TCPSocketChild>(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPSocketChild*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::TCPSocketParent>(nsCycleCollectionTraversalCallback&, mozilla::dom::TCPSocketParent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITCPSocketCallback>(nsCycleCollectionTraversalCallback&, nsITCPSocketCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBRequest>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBMutableFile>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBMutableFile*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBFileHandle>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBFileHandle*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBDatabase>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBDatabase*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::IDBTransaction>(nsCycleCollectionTraversalCallback&, mozilla::dom::IDBTransaction*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Worker>(nsCycleCollectionTraversalCallback&, mozilla::dom::Worker*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIScriptTimeoutHandler>(nsCycleCollectionTraversalCallback&, nsIScriptTimeoutHandler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::WorkerLocation>(nsCycleCollectionTraversalCallback&, mozilla::dom::WorkerLocation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::WorkerNavigator>(nsCycleCollectionTraversalCallback&, mozilla::dom::WorkerNavigator*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::Clients>(nsCycleCollectionTraversalCallback&, mozilla::dom::Clients*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ServiceWorkerRegistration>(nsCycleCollectionTraversalCallback&, mozilla::dom::ServiceWorkerRegistration*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAudioChannelAgentCallback>(nsCycleCollectionTraversalCallback&, nsIAudioChannelAgentCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PromiseNativeHandler>(nsCycleCollectionTraversalCallback&, mozilla::dom::PromiseNativeHandler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::URLSearchParamsObserver>(nsCycleCollectionTraversalCallback&, mozilla::dom::URLSearchParamsObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsXBLBinding>(nsCycleCollectionTraversalCallback&, nsXBLBinding*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::XBLChildrenElement>(nsCycleCollectionTraversalCallback&, mozilla::dom::XBLChildrenElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsAnonymousContentList>(nsCycleCollectionTraversalCallback&, nsAnonymousContentList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsXULPrototypeDocument>(nsCycleCollectionTraversalCallback&, nsXULPrototypeDocument*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIXULStore>(nsCycleCollectionTraversalCallback&, nsIXULStore*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsXULPrototypeNode>(nsCycleCollectionTraversalCallback&, nsXULPrototypeNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsXULPrototypeElement>(nsCycleCollectionTraversalCallback&, nsXULPrototypeElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::XULDocument>(nsCycleCollectionTraversalCallback&, mozilla::dom::XULDocument*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VRFieldOfView>(nsCycleCollectionTraversalCallback&, mozilla::dom::VRFieldOfView*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VRDisplayCapabilities>(nsCycleCollectionTraversalCallback&, mozilla::dom::VRDisplayCapabilities*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VRStageParameters>(nsCycleCollectionTraversalCallback&, mozilla::dom::VRStageParameters*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::VRPose>(nsCycleCollectionTraversalCallback&, mozilla::dom::VRPose*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AnyCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::AnyCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PerformanceEntry>(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceEntry*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PerformanceTiming>(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceTiming*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PerformanceNavigation>(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceNavigation*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PerformanceNavigationTiming>(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceNavigationTiming*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PerformanceObserverCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::PerformanceObserverCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIInterfaceRequestor>(nsCycleCollectionTraversalCallback&, nsIInterfaceRequestor*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIChannelEventSink>(nsCycleCollectionTraversalCallback&, nsIChannelEventSink*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIProgressEventSink>(nsCycleCollectionTraversalCallback&, nsIProgressEventSink*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::XMLHttpRequestUpload>(nsCycleCollectionTraversalCallback&, mozilla::dom::XMLHttpRequestUpload*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::XMLHttpRequestMainThread>(nsCycleCollectionTraversalCallback&, mozilla::dom::XMLHttpRequestMainThread*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ScriptLoadRequest>(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptLoadRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ModuleScript>(nsCycleCollectionTraversalCallback&, mozilla::dom::ModuleScript*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ModuleLoadRequest>(nsCycleCollectionTraversalCallback&, mozilla::dom::ModuleLoadRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIScriptElement>(nsCycleCollectionTraversalCallback&, nsIScriptElement*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ScriptFetchOptions>(nsCycleCollectionTraversalCallback&, mozilla::dom::ScriptFetchOptions*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsICacheInfoChannel>(nsCycleCollectionTraversalCallback&, nsICacheInfoChannel*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PaymentRequest>(nsCycleCollectionTraversalCallback&, mozilla::dom::PaymentRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PaymentResponse>(nsCycleCollectionTraversalCallback&, mozilla::dom::PaymentResponse*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIWebSocketChannel>(nsCycleCollectionTraversalCallback&, nsIWebSocketChannel*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PushMessageData>(nsCycleCollectionTraversalCallback&, mozilla::dom::PushMessageData*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PushManager>(nsCycleCollectionTraversalCallback&, mozilla::dom::PushManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISDBCallback>(nsCycleCollectionTraversalCallback&, nsISDBCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PresentationRequest>(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationRequest*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PresentationReceiver>(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationReceiver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::PresentationConnectionList>(nsCycleCollectionTraversalCallback&, mozilla::dom::PresentationConnectionList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIPresentationSessionTransportCallback>(nsCycleCollectionTraversalCallback&, nsIPresentationSessionTransportCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CharacterData>(nsCycleCollectionTraversalCallback&, mozilla::dom::CharacterData*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EditTransactionBase>(nsCycleCollectionTraversalCallback&, mozilla::EditTransactionBase*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISelectionController>(nsCycleCollectionTraversalCallback&, nsISelectionController*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozInlineSpellChecker>(nsCycleCollectionTraversalCallback&, mozInlineSpellChecker*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::TextServicesDocument>(nsCycleCollectionTraversalCallback&, mozilla::TextServicesDocument*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::TextInputListener>(nsCycleCollectionTraversalCallback&, mozilla::TextInputListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::TransactionManager>(nsCycleCollectionTraversalCallback&, mozilla::TransactionManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIEditActionListener>(nsCycleCollectionTraversalCallback&, nsIEditActionListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIEditorObserver>(nsCycleCollectionTraversalCallback&, nsIEditorObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDocumentStateListener>(nsCycleCollectionTraversalCallback&, nsIDocumentStateListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EditorEventListener>(nsCycleCollectionTraversalCallback&, mozilla::EditorEventListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::PlaceholderTransaction>(nsCycleCollectionTraversalCallback&, mozilla::PlaceholderTransaction*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::TypeInState>(nsCycleCollectionTraversalCallback&, mozilla::TypeInState*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::ComposerCommandsUpdater>(nsCycleCollectionTraversalCallback&, mozilla::ComposerCommandsUpdater*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDOMEventListener>(nsCycleCollectionTraversalCallback&, nsIDOMEventListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsILinkHandler>(nsCycleCollectionTraversalCallback&, nsILinkHandler*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::BlobImpl>(nsCycleCollectionTraversalCallback&, mozilla::dom::BlobImpl*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::HTMLEditor>(nsCycleCollectionTraversalCallback&, mozilla::HTMLEditor*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::HTMLEditor::BlobReader>(nsCycleCollectionTraversalCallback&, mozilla::HTMLEditor::BlobReader*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::TextEditRules>(nsCycleCollectionTraversalCallback&, mozilla::TextEditRules*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozSpellChecker>(nsCycleCollectionTraversalCallback&, mozSpellChecker*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIContentIterator>(nsCycleCollectionTraversalCallback&, nsIContentIterator*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITransaction>(nsCycleCollectionTraversalCallback&, nsITransaction*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITransactionListener>(nsCycleCollectionTraversalCallback&, nsITransactionListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CSSKeyframeDeclaration>(nsCycleCollectionTraversalCallback&, mozilla::dom::CSSKeyframeDeclaration*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CSSKeyframeList>(nsCycleCollectionTraversalCallback&, mozilla::dom::CSSKeyframeList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MediaList>(nsCycleCollectionTraversalCallback&, mozilla::dom::MediaList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::ServoCSSRuleList>(nsCycleCollectionTraversalCallback&, mozilla::ServoCSSRuleList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsICSSLoaderObserver>(nsCycleCollectionTraversalCallback&, nsICSSLoaderObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::AnimationEventDispatcher>(nsCycleCollectionTraversalCallback&, mozilla::AnimationEventDispatcher*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EffectCompositor>(nsCycleCollectionTraversalCallback&, mozilla::EffectCompositor*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EventStateManager>(nsCycleCollectionTraversalCallback&, mozilla::EventStateManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIPrintSettings>(nsCycleCollectionTraversalCallback&, nsIPrintSettings*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::SVGFilterObserver>(nsCycleCollectionTraversalCallback&, mozilla::SVGFilterObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITreeView>(nsCycleCollectionTraversalCallback&, nsITreeView*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITreeBoxObject>(nsCycleCollectionTraversalCallback&, nsITreeBoxObject*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsITreeSelection>(nsCycleCollectionTraversalCallback&, nsITreeSelection*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDOMStorageManager>(nsCycleCollectionTraversalCallback&, nsIDOMStorageManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsGlobalWindowOuter>(nsCycleCollectionTraversalCallback&, nsGlobalWindowOuter*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::ChildSHistory>(nsCycleCollectionTraversalCallback&, mozilla::dom::ChildSHistory*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::BrowsingContext>(nsCycleCollectionTraversalCallback&, mozilla::dom::BrowsingContext*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsDocShell>(nsCycleCollectionTraversalCallback&, nsDocShell*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsSHistory>(nsCycleCollectionTraversalCallback&, nsSHistory*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::AccessibleNode>(nsCycleCollectionTraversalCallback&, mozilla::dom::AccessibleNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::Accessible>(nsCycleCollectionTraversalCallback&, mozilla::a11y::Accessible*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::DOMStringList>(nsCycleCollectionTraversalCallback&, mozilla::dom::DOMStringList*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::AccTreeMutationEvent>(nsCycleCollectionTraversalCallback&, mozilla::a11y::AccTreeMutationEvent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::DocAccessible>(nsCycleCollectionTraversalCallback&, mozilla::a11y::DocAccessible*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::AccEvent>(nsCycleCollectionTraversalCallback&, mozilla::a11y::AccEvent*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAccessiblePivotObserver>(nsCycleCollectionTraversalCallback&, nsIAccessiblePivotObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::NotificationController>(nsCycleCollectionTraversalCallback&, mozilla::a11y::NotificationController*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsAccessiblePivot>(nsCycleCollectionTraversalCallback&, nsAccessiblePivot*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAccessible>(nsCycleCollectionTraversalCallback&, nsIAccessible*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAccessibleDocument>(nsCycleCollectionTraversalCallback&, nsIAccessibleDocument*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::HyperTextAccessible>(nsCycleCollectionTraversalCallback&, mozilla::a11y::HyperTextAccessible*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::XULTreeGridCellAccessible>(nsCycleCollectionTraversalCallback&, mozilla::a11y::XULTreeGridCellAccessible*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozIPersonalDictionary>(nsCycleCollectionTraversalCallback&, mozIPersonalDictionary*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozITXTToHTMLConv>(nsCycleCollectionTraversalCallback&, mozITXTToHTMLConv*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EditorSpellCheck>(nsCycleCollectionTraversalCallback&, mozilla::EditorSpellCheck*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAlertNotificationImageListener>(nsCycleCollectionTraversalCallback&, nsIAlertNotificationImageListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozIDOMWindowProxy>(nsCycleCollectionTraversalCallback&, mozIDOMWindowProxy*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIBaseWindow>(nsCycleCollectionTraversalCallback&, nsIBaseWindow*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIScrollable>(nsCycleCollectionTraversalCallback&, nsIScrollable*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIWebProgress>(nsCycleCollectionTraversalCallback&, nsIWebProgress*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::ExtensionPolicyService>(nsCycleCollectionTraversalCallback&, mozilla::ExtensionPolicyService*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::extensions::WebExtensionPolicy>(nsCycleCollectionTraversalCallback&, mozilla::extensions::WebExtensionPolicy*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::extensions::DocumentObserver>(nsCycleCollectionTraversalCallback&, mozilla::extensions::DocumentObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::extensions::WebExtensionContentScript>(nsCycleCollectionTraversalCallback&, mozilla::extensions::WebExtensionContentScript*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::MozDocumentCallback>(nsCycleCollectionTraversalCallback&, mozilla::dom::MozDocumentCallback*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::extensions::MozDocumentMatcher>(nsCycleCollectionTraversalCallback&, mozilla::extensions::MozDocumentMatcher*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsNavHistoryContainerResultNode>(nsCycleCollectionTraversalCallback&, nsNavHistoryContainerResultNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsNavHistoryResult>(nsCycleCollectionTraversalCallback&, nsNavHistoryResult*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsNavHistoryResultNode>(nsCycleCollectionTraversalCallback&, nsNavHistoryResultNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsNavHistoryQueryResultNode>(nsCycleCollectionTraversalCallback&, nsNavHistoryQueryResultNode*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::EventListener>(nsCycleCollectionTraversalCallback&, mozilla::dom::EventListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIWebProgressListener>(nsCycleCollectionTraversalCallback&, nsIWebProgressListener*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIEventTarget>(nsCycleCollectionTraversalCallback&, nsIEventTarget*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsISound>(nsCycleCollectionTraversalCallback&, nsISound*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIFind>(nsCycleCollectionTraversalCallback&, nsIFind*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAutoCompleteInput>(nsCycleCollectionTraversalCallback&, nsIAutoCompleteInput*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAutoCompleteSearch>(nsCycleCollectionTraversalCallback&, nsIAutoCompleteSearch*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAutoCompleteResult>(nsCycleCollectionTraversalCallback&, nsIAutoCompleteResult*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAutoCompleteController>(nsCycleCollectionTraversalCallback&, nsIAutoCompleteController*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsILoginManager>(nsCycleCollectionTraversalCallback&, nsILoginManager*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsILoginReputationService>(nsCycleCollectionTraversalCallback&, nsILoginReputationService*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAutoCompletePopup>(nsCycleCollectionTraversalCallback&, nsIAutoCompletePopup*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIAutoCompleteObserver>(nsCycleCollectionTraversalCallback&, nsIAutoCompleteObserver*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIFormAutoComplete>(nsCycleCollectionTraversalCallback&, nsIFormAutoComplete*, char const*, unsigned int)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::devtools::HeapSnapshot>(nsCycleCollectionTraversalCallback&, mozilla::devtools::HeapSnapshot*, char const*, unsigned int)
92
93
template<typename T>
94
inline void
95
CycleCollectionNoteChild(nsCycleCollectionTraversalCallback& aCallback,
96
                         T* aChild, const char* aName)
97
0
{
98
0
  CycleCollectionNoteChild(aCallback, aChild, aName, 0);
99
0
}
Unexecuted instantiation: void CycleCollectionNoteChild<JSPurpleBuffer>(nsCycleCollectionTraversalCallback&, JSPurpleBuffer*, char const*)
Unexecuted instantiation: void CycleCollectionNoteChild<nsHtml5StreamParser>(nsCycleCollectionTraversalCallback&, nsHtml5StreamParser*, char const*)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::EventListenerManager>(nsCycleCollectionTraversalCallback&, mozilla::EventListenerManager*, char const*)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIContent>(nsCycleCollectionTraversalCallback&, nsIContent*, char const*)
Unexecuted instantiation: void CycleCollectionNoteChild<nsIDocument>(nsCycleCollectionTraversalCallback&, nsIDocument*, char const*)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::CallbackFunction>(nsCycleCollectionTraversalCallback&, mozilla::dom::CallbackFunction*, char const*)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::dom::SVGMatrix>(nsCycleCollectionTraversalCallback&, mozilla::dom::SVGMatrix*, char const*)
Unexecuted instantiation: void CycleCollectionNoteChild<mozilla::a11y::AccTreeMutationEvent>(nsCycleCollectionTraversalCallback&, mozilla::a11y::AccTreeMutationEvent*, char const*)
100
101
#endif // nsCycleCollectionNoteChild_h__