Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsexn.cpp209 JS::WarningReporter prevReporter; member
214 prevReporter(JS::SetWarningReporter(cx, nullptr)), in SuppressErrorsGuard()
217 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsexn.cpp212 JS::WarningReporter prevReporter; member
217 prevReporter(JS::SetWarningReporter(cx, nullptr)), in SuppressErrorsGuard()
220 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsexn.cpp209 JS::WarningReporter prevReporter; member
214 prevReporter(JS::SetWarningReporter(cx, nullptr)), in SuppressErrorsGuard()
217 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsexn.cpp203 JS::WarningReporter prevReporter; member
208 prevReporter(JS::SetWarningReporter(cx, nullptr)), in SuppressErrorsGuard()
211 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsexn.cpp222 JS::WarningReporter prevReporter; member
227 prevReporter(JS::SetWarningReporter(cx, nullptr)), in SuppressErrorsGuard()
233 JS::SetWarningReporter(cx, prevReporter); in ~SuppressErrorsGuard()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsexn.cpp237 JSErrorReporter prevReporter; member
242 prevReporter(JS_SetErrorReporter(cx->runtime(), nullptr)), in SuppressErrorsGuard()
248 JS_SetErrorReporter(cx->runtime(), prevReporter); in ~SuppressErrorsGuard()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsexn.cpp292 JS::WarningReporter prevReporter; member
297 prevReporter(JS::SetWarningReporter(cx, nullptr)), in SuppressErrorsGuard()
300 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard()