Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmtCXX.h305 OnException, ///< Handler for exceptions thrown in the body. enumerator
315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt() argument
322 SubStmts[CoroutineBodyStmt::OnException] = OnException; in CoroutineBodyStmt()
343 Stmt *getExceptionHandler() const { return SubStmts[SubStmt::OnException]; } in getExceptionHandler()
/external/v8/src/debug/
Ddebug.h409 void OnException(Handle<Object> exception, Handle<Object> promise);
Ddebug.cc1658 OnException(exception, isolate_->GetPromiseOnStackOnThrow()); in OnThrow()
1673 OnException(value, promise); in OnPromiseReject()
1698 void Debug::OnException(Handle<Object> exception, Handle<Object> promise) { in OnException() function in v8::internal::Debug