Home
last modified time | relevance | path

Searched refs:OnException (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/js-perf-test/Exceptions/
Dtry-catch.js10 OnException, OnExceptionSetup,
53 function OnException() { class
/external/clang/include/clang/AST/
DStmtCXX.h300 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/
Ddebug.h585 void OnException(Handle<Object> exception, Handle<Object> promise);
Ddebug.cc1723 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