Home | History | Annotate | Download | only in src

Lines Matching refs:HasCaught

478   CHECK(!try_catch.HasCaught());
2572 if (HasCaught
2585 if (HasCaught() && isolate_->has_scheduled_exception()) {
2603 bool v8::TryCatch::HasCaught() const {
2619 if (!HasCaught()) return v8::Local<v8::Value>();
2626 if (HasCaught()) {
2637 if (!HasCaught()) return v8::Local<Value>();
2664 if (HasCaught() && !message->IsTheHole(isolate_)) {
2673 if (!rethrow_ && HasCaught() && isolate_->has_scheduled_exception()) {