Home
last modified time | relevance | path

Searched refs:mOldWarningReporter (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/script/
H A DScriptSettings.cpp309 if (mOldWarningReporter.isSome()) { in ~AutoJSAPI()
310 JS::SetWarningReporter(cx(), mOldWarningReporter.value()); in ~AutoJSAPI()
340 mOldWarningReporter.emplace(JS::GetWarningReporter(aCx)); in InitInternal()
H A DScriptSettings.h292 Maybe<JS::WarningReporter> mOldWarningReporter; variable
/dports/www/firefox/firefox-99.0/dom/script/
H A DScriptSettings.cpp309 if (mOldWarningReporter.isSome()) { in ~AutoJSAPI()
310 JS::SetWarningReporter(cx(), mOldWarningReporter.value()); in ~AutoJSAPI()
340 mOldWarningReporter.emplace(JS::GetWarningReporter(aCx)); in InitInternal()
H A DScriptSettings.h293 Maybe<JS::WarningReporter> mOldWarningReporter; variable
/dports/mail/thunderbird/thunderbird-91.8.0/dom/script/
H A DScriptSettings.cpp309 if (mOldWarningReporter.isSome()) { in ~AutoJSAPI()
310 JS::SetWarningReporter(cx(), mOldWarningReporter.value()); in ~AutoJSAPI()
340 mOldWarningReporter.emplace(JS::GetWarningReporter(aCx)); in InitInternal()
H A DScriptSettings.h292 Maybe<JS::WarningReporter> mOldWarningReporter; variable
/dports/lang/spidermonkey78/firefox-78.9.0/dom/script/
H A DScriptSettings.cpp273 if (mOldWarningReporter.isSome()) { in ~AutoJSAPI()
274 JS::SetWarningReporter(cx(), mOldWarningReporter.value()); in ~AutoJSAPI()
304 mOldWarningReporter.emplace(JS::GetWarningReporter(aCx)); in InitInternal()
H A DScriptSettings.h298 Maybe<JS::WarningReporter> mOldWarningReporter; variable
/dports/lang/spidermonkey60/firefox-60.9.0/dom/script/
H A DScriptSettings.cpp281 if (mOldWarningReporter.isSome()) { in ~AutoJSAPI()
282 JS::SetWarningReporter(cx(), mOldWarningReporter.value()); in ~AutoJSAPI()
322 mOldWarningReporter.emplace(JS::GetWarningReporter(aCx)); in InitInternal()
H A DScriptSettings.h296 Maybe<JS::WarningReporter> mOldWarningReporter; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DScriptSettings.cpp322 if (mOldWarningReporter.isSome()) { in ~AutoJSAPI()
323 JS::SetWarningReporter(cx(), mOldWarningReporter.value()); in ~AutoJSAPI()
366 mOldWarningReporter.emplace(JS::GetWarningReporter(aCx)); in InitInternal()
H A DScriptSettings.h303 Maybe<JS::WarningReporter> mOldWarningReporter; variable