HomeSort by relevance Sort by last modified time
    Searched refs:OnException (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
StmtCXX.h 305 OnException, ///< Handler for exceptions thrown in the body.
315 Stmt *FinalSuspend, Stmt *OnException, Stmt *OnFallthrough,
322 SubStmts[CoroutineBodyStmt::OnException] = OnException;
343 Stmt *getExceptionHandler() const { return SubStmts[SubStmt::OnException]; }
  /external/v8/src/debug/
debug.h 409 void OnException(Handle<Object> exception, Handle<Object> promise);
debug.cc     [all...]

Completed in 151 milliseconds