Home
last modified time | relevance | path

Searched defs:OnException (Results 1 – 3 of 3) sorted by relevance

/external/v8/test/js-perf-test/Exceptions/
Dtry-catch.js53 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()
/external/v8/src/debug/
Ddebug.cc1748 void Debug::OnException(Handle<Object> exception, Handle<Object> promise) { in OnException() function in v8::internal::Debug