Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.h545 void set_pending_exception(MaybeObject* exception) { in set_pending_exception() function
657 isolate_->set_pending_exception(*pending_exception_); in ~ExceptionScope()
Disolate.cc933 set_pending_exception(exception); in ReThrow()
1147 set_pending_exception(*exception_handle); in DoThrow()
Ddebug.cc783 isolate->set_pending_exception(*exception); in CompileDebuggerScript()