Home
last modified time | relevance | path

Searched refs:collectedAnything (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox/firefox-99.0/dom/workers/
H A DRuntimeService.cpp798 bool collectedAnything = in CustomGCCallback() local
800 mWorkerPrivate->SetCCCollectedAnything(collectedAnything); in CustomGCCallback()
H A DWorkerPrivate.h1012 void SetCCCollectedAnything(bool collectedAnything);
H A DWorkerPrivate.cpp5068 void WorkerPrivate::SetCCCollectedAnything(bool collectedAnything) { in SetCCCollectedAnything() argument
5069 mWorkerThreadAccessible.Access()->mCCCollectedAnything = collectedAnything; in SetCCCollectedAnything()
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DRuntimeService.cpp854 bool collectedAnything = nsCycleCollector_collect(nullptr); in CustomGCCallback() local
855 mWorkerPrivate->SetCCCollectedAnything(collectedAnything); in CustomGCCallback()
H A DWorkerPrivate.h981 void SetCCCollectedAnything(bool collectedAnything);
H A DWorkerPrivate.cpp4950 void WorkerPrivate::SetCCCollectedAnything(bool collectedAnything) { in SetCCCollectedAnything() argument
4951 mWorkerThreadAccessible.Access()->mCCCollectedAnything = collectedAnything; in SetCCCollectedAnything()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DRuntimeService.cpp854 bool collectedAnything = nsCycleCollector_collect(nullptr); in CustomGCCallback() local
855 mWorkerPrivate->SetCCCollectedAnything(collectedAnything); in CustomGCCallback()
H A DWorkerPrivate.h981 void SetCCCollectedAnything(bool collectedAnything);
H A DWorkerPrivate.cpp4950 void WorkerPrivate::SetCCCollectedAnything(bool collectedAnything) { in SetCCCollectedAnything() argument
4951 mWorkerThreadAccessible.Access()->mCCCollectedAnything = collectedAnything; in SetCCCollectedAnything()