Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h566 void set_pending_exception(Object* exception_obj) { in set_pending_exception() argument
567 DCHECK(!exception_obj->IsException()); in set_pending_exception()
568 thread_local_top_.pending_exception_ = exception_obj; in set_pending_exception()