Searched refs:OnException (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/js-perf-test/Exceptions/ |
D | try-catch.js | 10 OnException, OnExceptionSetup, 53 function OnException() { class
|
/external/clang/include/clang/AST/ |
D | StmtCXX.h | 300 OnException, ///< Handler for exceptions thrown in the body. enumerator 310 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough, in CoroutineBodyStmt() argument 317 SubStmts[CoroutineBodyStmt::OnException] = OnException; in CoroutineBodyStmt() 338 Stmt *getExceptionHandler() const { return SubStmts[SubStmt::OnException]; } in getExceptionHandler()
|
/external/v8/src/debug/ |
D | debug.h | 585 void OnException(Handle<Object> exception, Handle<Object> promise);
|
D | debug.cc | 1723 OnException(exception, isolate_->GetPromiseOnStackOnThrow()); in OnThrow() 1736 OnException(value, promise); in OnPromiseReject() 1748 void Debug::OnException(Handle<Object> exception, Handle<Object> promise) { in OnException() function in v8::internal::Debug
|