Home | History | Annotate | Download | only in src

Lines Matching refs:thread_local_top_

1202   if (thread_local_top_.pending_exception_ == Failure::OutOfMemoryException()) {
1204 } else if (thread_local_top_.pending_exception_ ==
1209 if (thread_local_top_.has_pending_message_) {
1210 thread_local_top_.has_pending_message_ = false;
1211 if (!thread_local_top_.pending_message_obj_->IsTheHole()) {
1213 Handle<Object> message_obj(thread_local_top_.pending_message_obj_);
1214 if (thread_local_top_.pending_message_script_ != NULL) {
1215 Handle<Script> script(thread_local_top_.pending_message_script_);
1216 int start_pos = thread_local_top_.pending_message_start_pos_;
1217 int end_pos = thread_local_top_.pending_message_end_pos_;
1354 // thread_local_top_ is restored on a separate OS thread.
1677 thread_local_top_.isolate_ = this;
1678 thread_local_top_.Initialize();
1686 thread_local_top_.external_caught_exception_ = external_caught;
1690 if (thread_local_top_.pending_exception_ == Failure::OutOfMemoryException()) {
1692 } else if (thread_local_top_.pending_exception_ ==
1702 if (!thread_local_top_.pending_message_obj_->IsTheHole()) {
1703 try_catch_handler()->message_ = thread_local_top_.pending_message_obj_;