Home | History | Annotate | Download | only in src

Lines Matching refs:HasCaught

383   CHECK(!try_catch.HasCaught());
2311 if (HasCaught() && capture_message_) {
2324 if (HasCaught() && isolate_->has_scheduled_exception()) {
2336 bool v8::TryCatch::HasCaught() const {
2352 if (!HasCaught()) return v8::Local<v8::Value>();
2359 if (HasCaught()) {
2370 if (!HasCaught()) return v8::Local<Value>();
2397 if (HasCaught() && !message->IsTheHole(isolate_)) {
2406 if (!rethrow_ && HasCaught() && isolate_->has_scheduled_exception()) {