Home
last modified time | relevance | path

Searched refs:mSupportsArray (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.cpp51 NS_IMPL_CYCLE_COLLECTION(ServiceWorkerPrivate, mSupportsArray)
100 MOZ_ASSERT(mSupportsArray.IsEmpty()); in ~ServiceWorkerPrivate()
1667 MOZ_ASSERT(mSupportsArray.IsEmpty()); in SpawnWorkerIfNeeded()
1786 MOZ_DIAGNOSTIC_ASSERT(mSupportsArray.IsEmpty()); in MaybeStoreISupports()
1790 MOZ_ASSERT(!mSupportsArray.Contains(aSupports)); in MaybeStoreISupports()
1791 mSupportsArray.AppendElement(aSupports); in MaybeStoreISupports()
1797 mSupportsArray.RemoveElement(aSupports); in RemoveISupports()
1815 mSupportsArray.Clear(); in TerminateWorker()
H A DServiceWorkerPrivate.h199 nsTArray<nsCOMPtr<nsISupports>> mSupportsArray; variable
/dports/www/firefox-esr/firefox-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.cpp68 NS_IMPL_CYCLE_COLLECTION(ServiceWorkerPrivate, mSupportsArray)
119 MOZ_ASSERT(mSupportsArray.IsEmpty()); in ~ServiceWorkerPrivate()
1658 MOZ_ASSERT(mSupportsArray.IsEmpty()); in SpawnWorkerIfNeeded()
1772 MOZ_DIAGNOSTIC_ASSERT(mSupportsArray.IsEmpty()); in MaybeStoreISupports()
1776 MOZ_ASSERT(!mSupportsArray.Contains(aSupports)); in MaybeStoreISupports()
1777 mSupportsArray.AppendElement(aSupports); in MaybeStoreISupports()
1783 mSupportsArray.RemoveElement(aSupports); in RemoveISupports()
1806 mSupportsArray.Clear(); in TerminateWorker()
H A DServiceWorkerPrivate.h281 nsTArray<nsCOMPtr<nsISupports>> mSupportsArray; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/serviceworkers/
H A DServiceWorkerPrivate.cpp65 NS_IMPL_CYCLE_COLLECTION(ServiceWorkerPrivate, mSupportsArray)
118 MOZ_ASSERT(mSupportsArray.IsEmpty()); in ~ServiceWorkerPrivate()
1660 MOZ_ASSERT(mSupportsArray.IsEmpty()); in SpawnWorkerIfNeeded()
1770 MOZ_DIAGNOSTIC_ASSERT(mSupportsArray.IsEmpty()); in MaybeStoreISupports()
1774 MOZ_ASSERT(!mSupportsArray.Contains(aSupports)); in MaybeStoreISupports()
1775 mSupportsArray.AppendElement(aSupports); in MaybeStoreISupports()
1781 mSupportsArray.RemoveElement(aSupports); in RemoveISupports()
1804 mSupportsArray.Clear(); in TerminateWorker()
H A DServiceWorkerPrivate.h281 nsTArray<nsCOMPtr<nsISupports>> mSupportsArray; variable
/dports/www/firefox/firefox-99.0/dom/serviceworkers/
H A DServiceWorkerPrivate.cpp70 NS_IMPL_CYCLE_COLLECTION(ServiceWorkerPrivate, mSupportsArray)
121 MOZ_ASSERT(mSupportsArray.IsEmpty()); in ~ServiceWorkerPrivate()
1659 MOZ_ASSERT(mSupportsArray.IsEmpty()); in SpawnWorkerIfNeeded()
1800 MOZ_DIAGNOSTIC_ASSERT(mSupportsArray.IsEmpty()); in MaybeStoreISupports()
1804 MOZ_ASSERT(!mSupportsArray.Contains(aSupports)); in MaybeStoreISupports()
1805 mSupportsArray.AppendElement(aSupports); in MaybeStoreISupports()
1811 mSupportsArray.RemoveElement(aSupports); in RemoveISupports()
1834 mSupportsArray.Clear(); in TerminateWorker()
H A DServiceWorkerPrivate.h290 nsTArray<nsCOMPtr<nsISupports>> mSupportsArray; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/serviceworkers/
H A DServiceWorkerPrivate.cpp68 NS_IMPL_CYCLE_COLLECTION(ServiceWorkerPrivate, mSupportsArray)
119 MOZ_ASSERT(mSupportsArray.IsEmpty()); in ~ServiceWorkerPrivate()
1658 MOZ_ASSERT(mSupportsArray.IsEmpty()); in SpawnWorkerIfNeeded()
1772 MOZ_DIAGNOSTIC_ASSERT(mSupportsArray.IsEmpty()); in MaybeStoreISupports()
1776 MOZ_ASSERT(!mSupportsArray.Contains(aSupports)); in MaybeStoreISupports()
1777 mSupportsArray.AppendElement(aSupports); in MaybeStoreISupports()
1783 mSupportsArray.RemoveElement(aSupports); in RemoveISupports()
1806 mSupportsArray.Clear(); in TerminateWorker()
H A DServiceWorkerPrivate.h281 nsTArray<nsCOMPtr<nsISupports>> mSupportsArray; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DServiceWorkerPrivate.cpp41 NS_IMPL_CYCLE_COLLECTION(ServiceWorkerPrivate, mSupportsArray)
100 MOZ_ASSERT(mSupportsArray.IsEmpty()); in ~ServiceWorkerPrivate()
1691 MOZ_ASSERT(mSupportsArray.IsEmpty()); in SpawnWorkerIfNeeded()
1773 MOZ_ASSERT(!mSupportsArray.Contains(aSupports)); in StoreISupports()
1775 mSupportsArray.AppendElement(aSupports); in StoreISupports()
1782 mSupportsArray.RemoveElement(aSupports); in RemoveISupports()
1802 mSupportsArray.Clear(); in TerminateWorker()
H A DServiceWorkerPrivate.h223 nsTArray<nsCOMPtr<nsISupports>> mSupportsArray; variable