Home
last modified time | relevance | path

Searched refs:gIsExpectedExit (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/xre/
H A DnsAppRunner.cpp399 static bool gIsExpectedExit = false; variable
402 gIsExpectedExit = true; in MozExpectedExit()
412 if (!gIsExpectedExit) { in UnexpectedExit()
413 gIsExpectedExit = true; // Don't risk re-entrency issues when crashing. in UnexpectedExit()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/xre/
H A DnsAppRunner.cpp356 static bool gIsExpectedExit = false; variable
358 void MozExpectedExit() { gIsExpectedExit = true; } in MozExpectedExit()
367 if (!gIsExpectedExit) { in UnexpectedExit()
368 gIsExpectedExit = true; // Don't risk re-entrency issues when crashing. in UnexpectedExit()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/xre/
H A DnsAppRunner.cpp400 static bool gIsExpectedExit = false; variable
402 void MozExpectedExit() { gIsExpectedExit = true; } in MozExpectedExit()
411 if (!gIsExpectedExit) { in UnexpectedExit()
412 gIsExpectedExit = true; // Don't risk re-entrency issues when crashing. in UnexpectedExit()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/xre/
H A DnsAppRunner.cpp386 static bool gIsExpectedExit = false; variable
388 void MozExpectedExit() { gIsExpectedExit = true; } in MozExpectedExit()
397 if (!gIsExpectedExit) { in UnexpectedExit()
398 gIsExpectedExit = true; // Don't risk re-entrency issues when crashing. in UnexpectedExit()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/xre/
H A DnsAppRunner.cpp386 static bool gIsExpectedExit = false; variable
388 void MozExpectedExit() { gIsExpectedExit = true; } in MozExpectedExit()
397 if (!gIsExpectedExit) { in UnexpectedExit()
398 gIsExpectedExit = true; // Don't risk re-entrency issues when crashing. in UnexpectedExit()
/dports/www/firefox/firefox-99.0/toolkit/xre/
H A DnsAppRunner.cpp388 static bool gIsExpectedExit = false; variable
390 void MozExpectedExit() { gIsExpectedExit = true; } in MozExpectedExit()
399 if (!gIsExpectedExit) { in UnexpectedExit()
400 gIsExpectedExit = true; // Don't risk re-entrency issues when crashing. in UnexpectedExit()