Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.h566 void set_pending_exception(Object* exception_obj) { in set_pending_exception() function
708 isolate_->set_pending_exception(*pending_exception_); in ~ExceptionScope()
Disolate.cc853 set_pending_exception(exception); in ReThrow()
1159 set_pending_exception(*exception_handle); in DoThrow()
Ddebug.cc775 isolate->set_pending_exception(*exception); in CompileDebuggerScript()