Home | History | Annotate | Download | only in src

Lines Matching refs:pending_exception_

111   pending_exception_ = NULL;
476 if (thread->pending_exception_->ToObject(&pending)) {
478 thread->pending_exception_ = pending; // In case GC updated it.
1481 if (thread_local_top_.pending_exception_->IsOutOfMemory()) {
1483 } else if (thread_local_top_.pending_exception_ ==
1514 if (!thread_local_top_.pending_exception_->IsOutOfMemory() &&
1515 thread_local_top_.pending_exception_ != heap()->termination_exception() &&
2090 if (thread_local_top_.pending_exception_->IsOutOfMemory()) {
2092 } else if (thread_local_top_.pending_exception_ ==