Home
last modified time | relevance | path

Searched refs:haveException (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DScriptSettings.cpp327 bool haveException = JS_IsExceptionPending(aCx); in InitInternal() local
346 if (haveException) { in InitInternal()
/dports/www/firefox/firefox-99.0/dom/script/
H A DScriptSettings.cpp327 bool haveException = JS_IsExceptionPending(aCx); in InitInternal() local
346 if (haveException) { in InitInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DScriptSettings.cpp327 bool haveException = JS_IsExceptionPending(aCx); in InitInternal() local
346 if (haveException) { in InitInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/script/
H A DScriptSettings.cpp291 bool haveException = JS_IsExceptionPending(aCx); in InitInternal() local
310 if (haveException) { in InitInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/script/
H A DScriptSettings.cpp303 bool haveException = JS_IsExceptionPending(aCx); in InitInternal() local
327 if (haveException) { in InitInternal()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DScriptSettings.cpp347 bool haveException = JS_IsExceptionPending(aCx); in InitInternal() local
371 if (haveException) { in InitInternal()
/dports/lang/polyml/polyml-5.8.2/mlsource/MLCompiler/CodeTree/X86Code/
H A DX86CodetreeToICode.ML1088 val haveException = newLabel() and noException = newLabel()
1096 BlockLabel haveException ::
1097 …BlockFlow(Conditional{ ccRef=ccRef, condition=JNE, trueJump=haveException, falseJump=noException }…