Searched refs:OnException (Results 1 – 5 of 5) sorted by relevance
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 305 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/ast/ |
D | ast.h | 2501 enum OnException { kOnExceptionThrow, kOnExceptionRethrow }; enum 2505 OnException on_exception() const { in on_exception() 2521 OnException on_exception) in Yield() 2534 : public BitField<OnException, Expression::kNextBitFieldIndex, 1> {}; 3485 Yield::OnException on_exception) { in NewYield()
|
/external/v8/src/debug/ |
D | debug.h | 457 void OnException(Handle<Object> exception, Handle<Object> promise);
|
D | debug.cc | 1678 OnException(exception, isolate_->GetPromiseOnStackOnThrow()); in OnThrow() 1693 OnException(value, promise); in OnPromiseReject() 1736 void Debug::OnException(Handle<Object> exception, Handle<Object> promise) { in OnException() function in v8::internal::Debug
|
/external/v8/src/parsing/ |
D | preparser.h | 640 Yield::OnException on_exception) { in NewYield()
|