Home
last modified time | relevance | path

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

/external/v8/src/
Disolate-inl.h33 void Isolate::set_pending_exception(Object* exception_obj) { in set_pending_exception() function
105 isolate_->set_pending_exception(*pending_exception_); in ~ExceptionScope()
Disolate.h583 inline void set_pending_exception(Object* exception_obj);
Disolate.cc1170 set_pending_exception(*exception_handle); in Throw()
1179 set_pending_exception(exception); in Throw()