Home
last modified time | relevance | path

Searched defs: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()
/external/v8/src/debug/
Ddebug.cc1748 void Debug::OnException(Handle<Object> exception, Handle<Object> promise) { in OnException() function in v8::internal::Debug
/external/v8/src/ast/
Dast.h2513 enum OnException { kOnExceptionThrow, kOnExceptionRethrow }; enum