Searched refs:exception_obj (Results 1 – 1 of 1) sorted by relevance
566 void set_pending_exception(Object* exception_obj) { in set_pending_exception() argument567 DCHECK(!exception_obj->IsException()); in set_pending_exception()568 thread_local_top_.pending_exception_ = exception_obj; in set_pending_exception()