Searched defs:OnException (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DStmtCXX.h305 OnException, ///< Handler for exceptions thrown in the body. enumerator in enum:clang::CoroutineBodyStmt::SubStmt
315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough,
322 SubStmts[CoroutineBodyStmt::OnException] = OnException;
343 Stmt *getExceptionHandler() const { return SubStmts[SubStmt::OnException]; }
314 CoroutineBodyStmt(Stmt *Body, Stmt *Promise, Stmt *InitSuspend, Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, Expr *ReturnValue, ArrayRef<Expr *> ParamMoves) argument
/external/v8/src/debug/
H A Ddebug.cc1678 OnException(exception, isolate_->GetPromiseOnStackOnThrow());
1693 OnException(value, promise);
1736 void Debug::OnException(Handle<Object> exception, Handle<Object> promise) { function in class:v8::internal::Debug
/external/v8/src/ast/
H A Dast.h2501 enum OnException { kOnExceptionThrow, kOnExceptionRethrow }; enum in class:v8::internal::final
2505 OnException on_exception() const {
2521 OnException on_exception)
2534 : public BitField<OnException, Expression::kNextBitFieldIndex, 1> {};
3485 Yield::OnException on_exception) {

Completed in 280 milliseconds