Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsexn.cpp207 struct SuppressErrorsGuard { struct
212 explicit SuppressErrorsGuard(JSContext* cx) in SuppressErrorsGuard() argument
217 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard() argument
230 SuppressErrorsGuard seg(cx); in ComputeStackString()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsexn.cpp210 struct SuppressErrorsGuard { struct
215 explicit SuppressErrorsGuard(JSContext* cx) in SuppressErrorsGuard() argument
220 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard() argument
233 SuppressErrorsGuard seg(cx); in ComputeStackString()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsexn.cpp207 struct SuppressErrorsGuard { struct
212 explicit SuppressErrorsGuard(JSContext* cx) in SuppressErrorsGuard() argument
217 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard() argument
230 SuppressErrorsGuard seg(cx); in ComputeStackString()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsexn.cpp201 struct SuppressErrorsGuard { struct
206 explicit SuppressErrorsGuard(JSContext* cx) in SuppressErrorsGuard() argument
211 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard() argument
224 SuppressErrorsGuard seg(cx); in ComputeStackString()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsexn.cpp219 struct SuppressErrorsGuard struct
225 explicit SuppressErrorsGuard(JSContext* cx) in SuppressErrorsGuard() argument
231 ~SuppressErrorsGuard() in ~SuppressErrorsGuard() argument
251 SuppressErrorsGuard seg(cx); in ComputeStackString()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsexn.cpp234 struct SuppressErrorsGuard struct
240 explicit SuppressErrorsGuard(JSContext* cx) in SuppressErrorsGuard() argument
246 ~SuppressErrorsGuard() in ~SuppressErrorsGuard() argument
265 SuppressErrorsGuard seg(cx); in ComputeStackString()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsexn.cpp290 struct SuppressErrorsGuard { struct
295 explicit SuppressErrorsGuard(JSContext* cx) in SuppressErrorsGuard() argument
300 ~SuppressErrorsGuard() { JS::SetWarningReporter(cx, prevReporter); } in ~SuppressErrorsGuard() argument
313 SuppressErrorsGuard seg(cx); in ComputeStackString()