Home
last modified time | relevance | path

Searched refs:isSystemZone (Results 1 – 16 of 16) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h86 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h86 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone() function
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h92 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DZone.h499 bool isSystemZone() const { return isSystemZone_; } in isSystemZone() function
H A DZone.cpp203 MOZ_ASSERT(isSystemZone()); in ~Zone()
H A DGC.cpp4000 if (!canRelocateZone(zone) || zone->isSystemZone()) { in purgeSourceURLsForShrinkingGC()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsfriendapi.cpp301 JS_PUBLIC_API bool js::IsSystemZone(Zone* zone) { return zone->isSystemZone(); } in IsSystemZone()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DZone.cpp206 MOZ_ASSERT(isSystemZone()); in ~Zone()
H A DGC.cpp2396 if (!canRelocateZone(zone) || zone->isSystemZone()) { in purgeSourceURLsForShrinkingGC()
4309 MOZ_ASSERT(zone->isSystemZone()); in NewRealm()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsfriendapi.cpp302 JS_PUBLIC_API bool js::IsSystemZone(Zone* zone) { return zone->isSystemZone(); } in IsSystemZone()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsfriendapi.cpp301 JS_PUBLIC_API bool js::IsSystemZone(Zone* zone) { return zone->isSystemZone(); } in IsSystemZone()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DZone.cpp210 MOZ_ASSERT(isSystemZone()); in ~Zone()
H A DGC.cpp4399 if (!canRelocateZone(zone) || zone->isSystemZone()) { in purgeSourceURLsForShrinkingGC()
8300 MOZ_ASSERT(zone->isSystemZone()); in NewRealm()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DZone.cpp210 MOZ_ASSERT(isSystemZone()); in ~Zone()
H A DGC.cpp4399 if (!canRelocateZone(zone) || zone->isSystemZone()) { in purgeSourceURLsForShrinkingGC()
8300 MOZ_ASSERT(zone->isSystemZone()); in NewRealm()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsfriendapi.cpp344 JS_FRIEND_API bool js::IsSystemZone(Zone* zone) { return zone->isSystemZone(); } in IsSystemZone()