Home
last modified time | relevance | path

Searched refs:pending_message_obj_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.cc108 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()
Disolate.h241 Object* pending_message_obj_; variable
559 thread_local_top_.pending_message_obj_ = heap_.the_hole_value(); in clear_pending_message()