Home | History | Annotate | Download | only in src

Lines Matching full:hascaught

1267 bool v8::TryCatch::HasCaught() const {
1278 if (!HasCaught()) return v8::Local<v8::Value>();
1285 if (HasCaught()) {
1296 if (HasCaught()) {
1312 if (HasCaught() && message_ != i::Smi::FromInt(0)) {