Home
last modified time | relevance | path

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

/external/v8/src/
Dtop.cc579 set_pending_exception(exception); in ReThrow()
760 set_pending_exception(*exception_handle); in DoThrow()
764 set_pending_exception(exception); in DoThrow()
Disolate.h560 void set_pending_exception(MaybeObject* exception) { in set_pending_exception() function
674 isolate_->set_pending_exception(*pending_exception_); in ~ExceptionScope()