Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1075 Handle<Object> exception_handle(exception, this); in Throw() local
1127 debug()->OnThrow(exception_handle); in Throw()
1142 ReportBootstrappingException(exception_handle, location); in Throw()
1144 Handle<Object> message_obj = CreateMessage(exception_handle, location); in Throw()
1173 set_pending_exception(*exception_handle); in Throw()