Home
last modified time | relevance | path

Searched defs:CanGC (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DAllocator.h23 enum AllowGC { NoGC = 0, CanGC = 1 }; enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DAllocator.h23 enum AllowGC { NoGC = 0, CanGC = 1 }; enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DAllocator.h19 enum AllowGC { NoGC = 0, CanGC = 1 }; enumerator
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DAllocator.h37 enum AllowGC { NoGC = 0, CanGC = 1 }; enumerator
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DCacheIRCompiler.h901 enum class CallCanGC { CanGC, CanNotGC }; enumerator
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCacheIRCompiler.h973 enum class CallCanGC { CanGC, CanNotGC }; enumerator
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCacheIRCompiler.h986 enum class CallCanGC { CanGC, CanNotGC }; enumerator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCacheIRCompiler.h973 enum class CallCanGC { CanGC, CanNotGC }; enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DBaselineCacheIRCompiler.cpp93 enum class CallCanGC { CanGC, CanNotGC }; enumerator