Lines Matching defs:uncaught
2153 bool Debug::IsExceptionBlackboxed(bool uncaught) {
2163 if (!uncaught || !is_top_frame_blackboxed) return is_top_frame_blackboxed;
2194 bool uncaught = catch_type == Isolate::NOT_CAUGHT;
2202 // Check whether the promise reject is considered an uncaught exception.
2209 uncaught = !isolate_->PromiseHasUserDefinedRejectHandler(jspromise);
2211 uncaught = true;
2215 // Return if the exception is caught and we only care about uncaught
2217 if (!uncaught && !break_on_exception_) {
2226 IsExceptionBlackboxed(uncaught))) {
2241 v8::Utils::ToLocal(promise), uncaught, exception_type);