Home
last modified time | relevance | path

Searched refs:AtomsZone (Results 1 – 14 of 14) 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
84 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/shadow/
H A DZone.h36 enum Kind : uint8_t { NormalZone, AtomsZone, SelfHostingZone, SystemZone }; enumerator
84 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone()
/dports/www/firefox/firefox-99.0/js/public/shadow/
H A DZone.h40 enum Kind : uint8_t { NormalZone, AtomsZone, SystemZone }; enumerator
91 bool isAtomsZone() const { return kind_ == AtomsZone; } in isAtomsZone()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSContext-inl.h299 setZone(runtime_->unsafeAtomsZone(), AtomsZone); in enterAtomsZone()
316 if (isAtomsZone == AtomsZone && isHelperThreadContext()) { in setZone()
H A DRuntime.cpp215 UniquePtr<Zone> atomsZone = MakeUnique<Zone>(this, Zone::AtomsZone); in init()
H A DJSContext.h323 enum IsAtomsZone { AtomsZone, NotAtomsZone }; enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSContext-inl.h299 setZone(runtime_->unsafeAtomsZone(), AtomsZone); in enterAtomsZone()
316 if (isAtomsZone == AtomsZone && isHelperThreadContext()) { in setZone()
H A DRuntime.cpp215 UniquePtr<Zone> atomsZone = MakeUnique<Zone>(this, Zone::AtomsZone); in init()
H A DJSContext.h323 enum IsAtomsZone { AtomsZone, NotAtomsZone }; enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSContext-inl.h349 setZone(runtime_->unsafeAtomsZone(), AtomsZone); in enterAtomsZone()
366 if (isAtomsZone == AtomsZone && isHelperThreadContext()) { in setZone()
H A DJSContext.h307 enum IsAtomsZone { AtomsZone, NotAtomsZone }; enumerator
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSContext-inl.h299 setZone(runtime_->unsafeAtomsZone(), AtomsZone); in enterAtomsZone()
H A DRuntime.cpp209 UniquePtr<Zone> atomsZone = MakeUnique<Zone>(this, Zone::AtomsZone); in init()
H A DJSContext.h332 enum IsAtomsZone { AtomsZone, NotAtomsZone }; enumerator