Home
last modified time | relevance | path

Searched refs:SystemZone (Results 1 – 20 of 20) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/public/shadow/
H A DZone.h36 enum Kind : uint8_t { NormalZone, AtomsZone, SelfHostingZone, SystemZone }; enumerator
86 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h36 enum Kind : uint8_t { NormalZone, AtomsZone, SelfHostingZone, SystemZone }; enumerator
86 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone()
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h40 enum Kind : uint8_t { NormalZone, AtomsZone, SystemZone }; enumerator
92 bool isSystemZone() const { return kind_ == SystemZone; } in isSystemZone()
/dports/security/cryptlib/cryptlib-3.4.3/random/
H A Dmac.c101 addRandomValue( randomState, SystemZone() ); in fastPoll()
309 addRandomValue( randomState, SystemZone() ); in slowPoll()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.cpp284 if (options.zoneSpecifier() == JS::SystemZone) in new_()
296 if (!rt->gc.systemZone && options.zoneSpecifier() == JS::SystemZone) { in new_()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.cpp354 if (zoneSpecifier == JS::SystemZone) in new_()
366 if (!rt->gc.systemZone && zoneSpecifier == JS::SystemZone) { in new_()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/testshell/
H A DXPCShellEnvironment.cpp454 options.creationOptions().setZone(JS::SystemZone); in Init()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/
H A DProxyAutoConfig.cpp631 options.creationOptions().setZone(JS::SystemZone); in Init()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/loader/
H A DmozJSComponentLoader.cpp565 .setZone(SystemZone) in PrepareObjectForLocation()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DSandbox.cpp1072 creationOptions.setZone(JS::SystemZone); in CreateSandboxObject()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsFrameMessageManager.cpp1880 options.creationOptions().setZone(JS::SystemZone); in InitChildGlobalInternal()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.h2148 SystemZone = 1 enumerator
2249 MOZ_ASSERT(uintptr_t(zone_.pointer) > uintptr_t(JS::SystemZone)); in JS_PUBLIC_API()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/
H A Djsapi.h2148 SystemZone = 1 enumerator
2249 MOZ_ASSERT(uintptr_t(zone_.pointer) > uintptr_t(JS::SystemZone)); in JS_PUBLIC_API()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsapi.h2168 SystemZone = 1
2212 MOZ_ASSERT(uintptr_t(zone_.pointer) > uintptr_t(JS::SystemZone));
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DGC.cpp7076 case JS::SystemZone: in NewCompartment()
7152 if (zoneSpec == JS::SystemZone) { in NewCompartment()
7166 if (zoneSpec == JS::SystemZone || in NewCompartment()
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DGC.cpp4247 kind = Zone::SystemZone; in NewRealm()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.h1866 SystemZone, enumerator
H A Djsapi.cpp1588 zoneSpec_ = JS::SystemZone; in setSystemZone()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DGC.cpp8238 kind = Zone::SystemZone; in NewRealm()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DGC.cpp8238 kind = Zone::SystemZone; in NewRealm()