Home
last modified time | relevance | path

Searched refs:CAUGHT (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dhandler-table.h37 CAUGHT, // The exception will be caught by the handler. enumerator
Disolate.cc1516 case HandlerTable::CAUGHT: in Throw()
2167 case HandlerTable::CAUGHT: in Throw()
/external/v8/src/runtime/
Druntime-generator.cc109 return isolate->heap()->ToBoolean(catch_prediction == HandlerTable::CAUGHT); in RUNTIME_FUNCTION()
/external/clang/test/CodeGenObjC/
Dexceptions.m53 // CHECK-NEXT: [[CAUGHT:%.*]] = icmp eq i32 [[SETJMP]], 0
54 // CHECK-NEXT: br i1 [[CAUGHT]]
/external/v8/src/objects/
Dcode-inl.h453 if (is_exception_caught()) return HandlerTable::CAUGHT; in GetBuiltinCatchPrediction()
/external/v8/src/ast/
Dprettyprinter.cc984 case HandlerTable::CAUGHT: in VisitTryCatchStatement()
Dast.h2934 HandlerTable::CAUGHT, pos); in NewTryCatchStatement()