Home
last modified time | relevance | path

Searched refs:overRecursed_ (Results 1 – 21 of 21) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DJSContext.cpp328 maybecx->overRecursed_ = true; in ReportOverRecursed()
953 overRecursed_(this, false), in JSContext()
1093 this->overRecursed_ = false; in setPendingException()
1119 bool wasOverRecursed = overRecursed_; in getPendingException()
1126 overRecursed_ = wasOverRecursed; in getPendingException()
H A DJSContext.h691 js::ContextData<bool> overRecursed_; member
816 overRecursed_ = false; in clearPendingException()
821 bool isThrowingOverRecursed() const { return throwing && overRecursed_; } in isThrowingOverRecursed()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DJSContext.cpp328 maybecx->overRecursed_ = true; in ReportOverRecursed()
953 overRecursed_(this, false), in JSContext()
1093 this->overRecursed_ = false; in setPendingException()
1119 bool wasOverRecursed = overRecursed_; in getPendingException()
1126 overRecursed_ = wasOverRecursed; in getPendingException()
H A DJSContext.h691 js::ContextData<bool> overRecursed_; member
816 overRecursed_ = false; in clearPendingException()
821 bool isThrowingOverRecursed() const { return throwing && overRecursed_; } in isThrowingOverRecursed()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSContext.cpp310 maybecx->overRecursed_ = true; in ReportOverRecursed()
961 overRecursed_(this, false), in JSContext()
1089 this->overRecursed_ = false; in setPendingException()
1115 bool wasOverRecursed = overRecursed_; in getPendingException()
1122 overRecursed_ = wasOverRecursed; in getPendingException()
H A DJSContext.h683 js::ContextData<bool> overRecursed_; member
798 overRecursed_ = false; in clearPendingException()
803 bool isThrowingOverRecursed() const { return throwing && overRecursed_; } in isThrowingOverRecursed()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djscntxt.h376 bool overRecursed_; member
508 overRecursed_ = false; in clearPendingException()
512 bool isThrowingOverRecursed() const { return throwing && overRecursed_; } in isThrowingOverRecursed()
H A Djscntxt.cpp265 maybecx->overRecursed_ = true; in ReportOverRecursed()
883 overRecursed_(false), in JSContext()
915 bool wasOverRecursed = overRecursed_; in getPendingException()
921 overRecursed_ = wasOverRecursed; in getPendingException()
H A Djscntxtinlines.h375 this->overRecursed_ = false; in setPendingException()
H A Djsapi.cpp6102 wasOverRecursed(cx->overRecursed_),
6111 cx->overRecursed_ = false;
6122 context->overRecursed_ = wasOverRecursed;
6134 context->overRecursed_ = wasOverRecursed;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djscntxt.h325 bool overRecursed_; member
448 overRecursed_ = false; in clearPendingException()
452 bool isThrowingOverRecursed() const { return throwing && overRecursed_; } in isThrowingOverRecursed()
H A Djscntxt.cpp355 maybecx->overRecursed_ = true; in JS_FRIEND_API()
962 overRecursed_(false), in JSContext()
992 bool wasOverRecursed = overRecursed_; in getPendingException()
998 overRecursed_ = wasOverRecursed; in getPendingException()
H A Djscntxtinlines.h377 this->overRecursed_ = false; in setPendingException()
H A Djsapi.cpp5695 wasOverRecursed(cx->overRecursed_), in AutoSaveExceptionState()
5704 cx->overRecursed_ = false; in AutoSaveExceptionState()
5715 context->overRecursed_ = wasOverRecursed; in restore()
5727 context->overRecursed_ = wasOverRecursed; in ~AutoSaveExceptionState()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DJSContext.cpp364 maybecx->overRecursed_ = true; in ReportOverRecursed()
1195 overRecursed_(false), in JSContext()
1281 bool wasOverRecursed = overRecursed_; in getPendingException()
1286 overRecursed_ = wasOverRecursed; in getPendingException()
H A DJSContext.h622 js::ThreadLocalData<bool> overRecursed_; member
748 overRecursed_ = false; in clearPendingException()
752 bool isThrowingOverRecursed() const { return throwing && overRecursed_; } in isThrowingOverRecursed()
H A DJSContext-inl.h405 this->overRecursed_ = false; in setPendingException()
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsapi.cpp4829 wasOverRecursed(cx->overRecursed_), in AutoSaveExceptionState()
4839 cx->overRecursed_ = false; in AutoSaveExceptionState()
4858 context->overRecursed_ = wasOverRecursed; in restore()
4873 context->overRecursed_ = wasOverRecursed; in ~AutoSaveExceptionState()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsapi.cpp4829 wasOverRecursed(cx->overRecursed_), in AutoSaveExceptionState()
4839 cx->overRecursed_ = false; in AutoSaveExceptionState()
4858 context->overRecursed_ = wasOverRecursed; in restore()
4873 context->overRecursed_ = wasOverRecursed; in ~AutoSaveExceptionState()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsapi.cpp4957 wasOverRecursed(cx->overRecursed_), in AutoSaveExceptionState()
4967 cx->overRecursed_ = false; in AutoSaveExceptionState()
4986 context->overRecursed_ = wasOverRecursed; in restore()
5001 context->overRecursed_ = wasOverRecursed; in ~AutoSaveExceptionState()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsapi.cpp5996 wasOverRecursed(cx->overRecursed_), in AutoSaveExceptionState()
6002 if (wasOverRecursed) cx->overRecursed_ = false; in AutoSaveExceptionState()
6011 context->overRecursed_ = wasOverRecursed; in restore()
6021 context->overRecursed_ = wasOverRecursed; in ~AutoSaveExceptionState()