Searched refs:exception_obj (Results 1 – 2 of 2) sorted by relevance
44 void Isolate::set_pending_exception(Object* exception_obj) { in set_pending_exception() argument45 DCHECK(!exception_obj->IsException(this)); in set_pending_exception()46 thread_local_top_.pending_exception_ = exception_obj; in set_pending_exception()
716 inline void set_pending_exception(Object* exception_obj);