Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h44 void Isolate::set_pending_exception(Object* exception_obj) { in set_pending_exception() argument
45 DCHECK(!exception_obj->IsException(this)); in set_pending_exception()
46 thread_local_top_.pending_exception_ = exception_obj; in set_pending_exception()
Disolate.h716 inline void set_pending_exception(Object* exception_obj);