Home
last modified time | relevance | path

Searched refs:gScopes (Results 1 – 4 of 4) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp27 XPCWrappedNativeScope* XPCWrappedNativeScope::gScopes = nullptr; member in XPCWrappedNativeScope
88 for (XPCWrappedNativeScope* cur = gScopes; cur; cur = cur->mNext) in XPCWrappedNativeScope()
93 mNext = gScopes; in XPCWrappedNativeScope()
94 gScopes = this; in XPCWrappedNativeScope()
452 for (XPCWrappedNativeScope* cur = gScopes; cur; cur = cur->mNext) { in TraceWrappedNativesInAllScopes()
465 for (XPCWrappedNativeScope* cur = gScopes; cur; cur = cur->mNext) { in SuspectAllWrappers()
480 XPCWrappedNativeScope** scopep = &gScopes; in UpdateWeakPointersInAllScopesAfterGC()
601 cur = gScopes; in SystemIsBeingShutDown()
609 gScopes = nullptr; in SystemIsBeingShutDown()
697 for (cur = gScopes; cur; cur = cur->mNext) count++; in DebugDumpAllScopes()
[all …]
H A Dxpcprivate.h985 static XPCWrappedNativeScope* gScopes; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCWrappedNativeScope.cpp27 XPCWrappedNativeScope* XPCWrappedNativeScope::gScopes = nullptr; member in XPCWrappedNativeScope
111 for (XPCWrappedNativeScope* cur = gScopes; cur; cur = cur->mNext) in XPCWrappedNativeScope()
115 mNext = gScopes; in XPCWrappedNativeScope()
116 gScopes = this; in XPCWrappedNativeScope()
543 XPCWrappedNativeScope* cur = gScopes; in UpdateWeakPointersAfterGC()
566 gScopes = next; in UpdateWeakPointersAfterGC()
616 cur = gScopes; in SystemIsBeingShutDown()
624 gScopes = nullptr; in SystemIsBeingShutDown()
857 for (cur = gScopes; cur; cur = cur->mNext) in DebugDumpAllScopes()
864 for (cur = gScopes; cur; cur = cur->mNext) in DebugDumpAllScopes()
[all …]
H A Dxpcprivate.h1036 static XPCWrappedNativeScope* gScopes;