Searched refs:pending_message_obj_ (Results 1 – 2 of 2) sorted by relevance
108 pending_message_obj_ = NULL; in InitializeInternal()449 v->VisitPointer(&(thread->pending_message_obj_)); in Iterate()1120 thread_local_top()->pending_message_obj_ = *message_obj; in DoThrow()1211 if (!thread_local_top_.pending_message_obj_->IsTheHole()) { in ReportPendingMessages()1213 Handle<Object> message_obj(thread_local_top_.pending_message_obj_); in ReportPendingMessages()1702 if (!thread_local_top_.pending_message_obj_->IsTheHole()) { in PropagatePendingExceptionToExternalTryCatch()1703 try_catch_handler()->message_ = thread_local_top_.pending_message_obj_; in PropagatePendingExceptionToExternalTryCatch()
241 Object* pending_message_obj_; variable559 thread_local_top_.pending_message_obj_ = heap_.the_hole_value(); in clear_pending_message()