Home
last modified time | relevance | path

Searched defs:isAllocAllowed (Results 1 – 3 of 3) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DGCRuntime.h708 bool isAllocAllowed() { return noGCOrAllocationCheck == 0; } in isAllocAllowed() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DGCRuntime.h710 bool isAllocAllowed() { return noGCOrAllocationCheck == 0; } in isAllocAllowed() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSContext.h499 bool isAllocAllowed() { return noGCOrAllocationCheck == 0; } in isAllocAllowed() function