Home
last modified time | relevance | path

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

/external/v8/src/
Dtop.cc691 Handle<Object> exception_handle(exception_object); in DoThrow() local
705 debugger_->OnException(exception_handle, report_exception); in DoThrow()
735 location, HandleVector<Object>(&exception_handle, 1), stack_trace, in DoThrow()
760 set_pending_exception(*exception_handle); in DoThrow()
763 ASSERT(exception_handle->IsFailure()); in DoThrow()