Searched refs:OnException (Results 1 – 6 of 6) 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/debug/wasm/gdb-server/ |
D | target.h | 41 void OnException(Isolate* isolate,
|
D | gdb-server.cc | 408 gdb_server_->GetTarget().OnException( in ExceptionThrown()
|
D | target.cc | 71 void Target::OnException(Isolate* isolate, in OnException() function in v8::internal::wasm::gdb_server::Target
|
/external/v8/src/debug/ |
D | debug.h | 422 void OnException(Handle<Object> exception, Handle<Object> promise,
|
D | debug.cc | 1781 OnException(exception, maybe_promise, in OnThrow() 1806 OnException(value, promise, v8::debug::kPromiseRejection); in OnPromiseReject() 1831 void Debug::OnException(Handle<Object> exception, Handle<Object> promise, in OnException() function in v8::internal::Debug
|