Home
last modified time | relevance | path

Searched defs:AssertHeapIsIdle (Results 1 – 6 of 6) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsapi.cpp307 AssertHeapIsIdle(JSRuntime* rt) in AssertHeapIsIdle() function
313 AssertHeapIsIdle(JSContext* cx) in AssertHeapIsIdle() function
/dports/www/firefox/firefox-99.0/js/src/
H A Djsapi.cpp281 void AssertHeapIsIdle() { MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); } in AssertHeapIsIdle() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.cpp305 void AssertHeapIsIdle() { MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); } in AssertHeapIsIdle() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.cpp305 void AssertHeapIsIdle() { MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); } in AssertHeapIsIdle() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsapi.cpp293 void AssertHeapIsIdle() { MOZ_ASSERT(!JS::RuntimeHeapIsBusy()); } in AssertHeapIsIdle() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.cpp280 void AssertHeapIsIdle() { MOZ_ASSERT(!JS::CurrentThreadIsHeapBusy()); } in AssertHeapIsIdle() function