Home
last modified time | relevance | path

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

/external/v8/src/
Dhandler-table.h36 UNCAUGHT, // The handler will (likely) rethrow the exception. enumerator
Disolate.cc1492 if (prediction == HandlerTable::UNCAUGHT) continue; in Throw()
1502 if (prediction == HandlerTable::UNCAUGHT) continue; in Throw()
1509 return HandlerTable::UNCAUGHT; in Throw()
1514 case HandlerTable::UNCAUGHT: in Throw()
2165 case HandlerTable::UNCAUGHT: in Throw()
/external/v8/src/interpreter/
Dhandler-table-builder.cc37 Entry entry = {0, 0, 0, Register::invalid_value(), HandlerTable::UNCAUGHT}; in NewHandlerEntry()
Dbytecode-generator.cc915 catch_prediction_(HandlerTable::UNCAUGHT) { in BytecodeGenerator()
3364 DCHECK(catch_prediction() != HandlerTable::UNCAUGHT); in BuildAwait()
/external/v8/src/ast/
Dprettyprinter.cc980 switch (node->GetCatchPrediction(HandlerTable::UNCAUGHT)) { in VisitTryCatchStatement()
981 case HandlerTable::UNCAUGHT: in VisitTryCatchStatement()
Dast.h919 if (catch_prediction_ == HandlerTable::UNCAUGHT) { in GetCatchPrediction()
945 return catch_prediction_ != HandlerTable::UNCAUGHT || in ShouldClearPendingException()
946 outer_catch_prediction != HandlerTable::UNCAUGHT; in ShouldClearPendingException()
2942 HandlerTable::UNCAUGHT, pos); in NewTryCatchStatementForReThrow()
/external/v8/src/objects/
Dcode-inl.h454 return HandlerTable::UNCAUGHT; in GetBuiltinCatchPrediction()