Lines Matching full:thread_local_top_
820 if (thread_local_top_.pending_exception_ == Failure::OutOfMemoryException()) {
822 } else if (thread_local_top_.pending_exception_ ==
827 if (thread_local_top_.has_pending_message_) {
828 thread_local_top_.has_pending_message_ = false;
829 if (!thread_local_top_.pending_message_obj_->IsTheHole()) {
831 Handle<Object> message_obj(thread_local_top_.pending_message_obj_);
832 if (thread_local_top_.pending_message_script_ != NULL) {
833 Handle<Script> script(thread_local_top_.pending_message_script_);
834 int start_pos = thread_local_top_.pending_message_start_pos_;
835 int end_pos = thread_local_top_.pending_message_end_pos_;
969 // thread_local_top_ is restored on a separate OS thread.